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

svn at cross-lfs.org svn at cross-lfs.org
Fri Jan 9 20:01:06 PST 2009


Author: jim
Date: Sat Jan 10 04:01:05 2009
New Revision: 4421

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 04:01:05 2009
@@ -52,7 +52,7 @@
     location:</para>
 
 <screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
-echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "\\tools\lib"\n' >> ${file}</userinput></screen>
+echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib"\n' >> ${file}</userinput></screen>
 
     <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
     include search path to use <filename class="directory">/tools</filename> only:</para>




More information about the Clfs-commits mailing list