From: Michael Tremer Date: Sun, 22 Feb 2009 17:35:31 +0000 (+0100) Subject: Branding gcc with our name and release. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb84a255d324797bee1996b545955d7cc993243;p=ipfire-3.x.git Branding gcc with our name and release. --- diff --git a/lfs/gcc b/lfs/gcc index f78c6e16b..3364aa024 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -105,6 +105,10 @@ $(OBJECT): $(objects) cd $(DIR_APP) && $(EXTRACTOR) $(DIR_DL)/mpfr-$(MPFR).tar.bz2 cd $(DIR_APP) && ln -svf mpfr-* mpfr + # Branding gcc + cd $(DIR_APP) && sed -e "s:PKGVERSION:\"(GCC for $(NAME)-${VERSION}) \":" \ + -i gcc/version.c + ifeq "$(STAGE)" "toolchain" ifeq "$(PASS)" "1" ## Enable -fPIC by default