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

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


Author: jim
Date: Sat Jan 10 05:11:11 2009
New Revision: 4422

Log:
Fixed typo in gcc-static sed.

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 Sat Jan 10 05:11:11 2009
@@ -43,7 +43,7 @@
 
     <para os="s1">We will change the default location of the Dynamic Linker to /tools/lib:</para>
 
-<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
+<screen os="s2"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
 cp -v ${file}{,.orig}
 sed -e '/GLIBC_DYNAMIC_LINKER/s@"/lib@"/tools/lib@' ${file}.orig > $file
 done"</userinput></screen>




More information about the Clfs-commits mailing list