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

svn at cross-lfs.org svn at cross-lfs.org
Fri May 29 13:19:53 PDT 2009


Author: chris at beaker67.com
Date: Fri May 29 20:19:53 2009
New Revision: 4954

Log:
Added filename tags

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 May 29 20:19:53 2009
@@ -31,8 +31,9 @@
     href="../../final-system/common/gcc.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="aa">Make a couple of essential adjustments to the specs file
-    to ensure GCC uses our build environment:</para>
+    <para os="aa">Make a couple of essential adjustments to the
+    <filename>specs</filename> file to ensure GCC uses our build
+    environment:</para>
 
 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
 
@@ -55,8 +56,8 @@
 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include at g" \
     gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
-    <para os="t1">We will create a dummy limits.h so the build will not use the one
-    provided by the host distro:</para>
+    <para os="t1">We will create a dummy <filename>limits.h</filename> so
+    the build will not use the one provided by the host distro:</para>
 
 <screen os="t2"><userinput>touch /tools/include/limits.h</userinput></screen>
 




More information about the Clfs-commits mailing list