[Clfs-commits] commit: r4414 - /trunk/BOOK/cross-tools/common/gcc-static.xml

svn at cross-lfs.org svn at cross-lfs.org
Fri Jan 9 14:21:45 PST 2009


Author: jim
Date: Fri Jan  9 22:21:44 2009
New Revision: 4414

Log:
Fixes to new gcc config

Modified:
    trunk/BOOK/cross-tools/common/gcc-static.xml

Modified: trunk/BOOK/cross-tools/common/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-static.xml Fri Jan  9 22:21:44 2009
@@ -43,16 +43,15 @@
 
     <para os="s1">We will change the search locations from usr to tools:</para>
 
-<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do
+<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
 cp -v ${file}{,.orig}
-sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \
--e 's@/usr@/tools at g' ${file}.orig > $file
+sed -e 's@/usr/lib@/tools/lib at g' ${file}.orig > $file
 done"</userinput></screen>
 
     <para os="ag">Change the StartFile Spec to point to the correct library
     location:</para>
 
-<screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do
+<screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
 echo "
 #undef STANDARD_STARTFILE_PREFIX_1
 #undef STANDARD_STARTFILE_PREFIX_2




More information about the Clfs-commits mailing list