Author: alexander
Date: 2007-07-19 03:09:36 -0600 (Thu, 19 Jul 2007)
New Revision: 1966

Modified:
   trunk/packages/gcc/Makefile
Log:
Removed unwanted deviation from the book

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2007-07-17 16:07:18 UTC (rev 1965)
+++ trunk/packages/gcc/Makefile 2007-07-19 09:09:36 UTC (rev 1966)
@@ -23,7 +23,7 @@
 
 compile-pass1:
 # --enable-static overrides the unsuitable default in config.site
-       unset CFLAGS ; ../$(DIR)/configure --prefix=$(WD) \
+       unset CFLAGS ; CC="gcc -B/usr/bin/" ../$(DIR)/configure --prefix=$(WD) \
         --with-local-prefix=$(WD) --disable-nls --enable-shared \
         --enable-languages=c --enable-static
        unset CFLAGS ; make bootstrap

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to