Author: robert
Date: 2009-02-21 20:23:50 -0700 (Sat, 21 Feb 2009)
New Revision: 1487

Modified:
   branches/Onward/temporary_system/gcc_pass2.txt
Log:
Add some comments to GCC pass 2, for fixincludes and /tools/lib linking

Modified: branches/Onward/temporary_system/gcc_pass2.txt
===================================================================
--- branches/Onward/temporary_system/gcc_pass2.txt      2009-02-22 02:51:29 UTC 
(rev 1486)
+++ branches/Onward/temporary_system/gcc_pass2.txt      2009-02-22 03:23:50 UTC 
(rev 1487)
@@ -1,8 +1,12 @@
 # Temporary tools - GCC Pass 2
 
+# Modify the source so the fix includes script does not get used:
+
 cp -v gcc/Makefile.in{,.orig} &&
 sed 's...@\./fixinc\...@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in &&
 
+# Modify the source so /tools/lib is used for linking:
+
 for file in $(find gcc/config -name linux64.h -o -name linux.h)
 do
   cp -v $file{,.orig}

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

Reply via email to