Author: robert
Date: 2009-02-21 19:51:29 -0700 (Sat, 21 Feb 2009)
New Revision: 1486

Modified:
   branches/Onward/temporary_system/adjusting.txt
Log:
Save a copy of gcc-pass1 specs. We need this for Binutils and GCC test suites 
in the new system.

Modified: branches/Onward/temporary_system/adjusting.txt
===================================================================
--- branches/Onward/temporary_system/adjusting.txt      2009-02-22 02:41:19 UTC 
(rev 1485)
+++ branches/Onward/temporary_system/adjusting.txt      2009-02-22 02:51:29 UTC 
(rev 1486)
@@ -1,5 +1,10 @@
 # Temporary tools - Adjusting the toolchain
 
+# We need a generic (non-fpie/ssp/fortify_source) copy of the GCC specs for
+# test suites in the new system. This are -fPIC specs, but that's okay:
+
+gcc -dumpspecs > /tools/gcc-pass1-specs &&
+
 mv -v /tools/bin/{ld,ld-old} &&
 cp -v /tools/bin/{ld-new,ld} &&
 

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

Reply via email to