From: Michael Tremer Date: Thu, 16 Jul 2009 17:39:04 +0000 (+0200) Subject: Fixec compilation of gcc in toolchain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a8855ee6f517de7a7d6dd59db6f7dddf6ecee0;p=ipfire-3.x.git Fixec compilation of gcc in toolchain. --- diff --git a/lfs/gcc b/lfs/gcc index d2a7f3bed..833c59923 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -122,6 +122,7 @@ ifeq "$(PASS)" "1" # libssp is a waste of space... so --disable-libssp. cd $(DIR_SRC)/gcc-build && \ + CC="gcc -B/usr/bin/" \ ../$(THISAPP)/configure \ $(CONFIGURE_ARCH) \ --target=$(IFS_TARGET) \