Author: robert
Date: 2009-07-13 18:51:00 -0600 (Mon, 13 Jul 2009)
New Revision: 1528

Modified:
   branches/Onward/temporary_system/binutils_pass1.txt
   branches/Onward/temporary_system/gcc_pass1.txt
Log:
Removed CC=gcc -B/usr/bin/ from gcc and binutils pass 1. I think this was for a 
problem with some distros, which doesn't affect us. LFS doesn't use this 
anymore either.

Modified: branches/Onward/temporary_system/binutils_pass1.txt
===================================================================
--- branches/Onward/temporary_system/binutils_pass1.txt 2009-07-14 00:49:22 UTC 
(rev 1527)
+++ branches/Onward/temporary_system/binutils_pass1.txt 2009-07-14 00:51:00 UTC 
(rev 1528)
@@ -22,7 +22,7 @@
 # Info and manual pages are installed to the object directory, so they don't
 # get installed to /tools.
 
-env CC="gcc -B/usr/bin/" ../configure --prefix=/tools \
+../configure --prefix=/tools \
        --disable-nls --disable-werror --target=i486-pc-linux-gnu \
        --host=i486-pc-linux-gnu --build=i486-pc-linux-gnu \
        --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&

Modified: branches/Onward/temporary_system/gcc_pass1.txt
===================================================================
--- branches/Onward/temporary_system/gcc_pass1.txt      2009-07-14 00:49:22 UTC 
(rev 1527)
+++ branches/Onward/temporary_system/gcc_pass1.txt      2009-07-14 00:51:00 UTC 
(rev 1528)
@@ -26,7 +26,7 @@
 
 mkdir -v obj/ &&
 cd obj/ &&
-env CC="gcc -B/usr/bin/" ../configure --prefix=/tools \
+../configure --prefix=/tools \
        --with-local-prefix=/tools --disable-nls --enable-shared \
        --enable-languages=c --libexecdir=/tools/lib --disable-libssp \
        --target=i486-pc-linux-gnu --host=i486-pc-linux-gnu \

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

Reply via email to