Changeset 3cf4292


Ignore:
Timestamp:
May 29, 2009, 1:19:53 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4ed1f86
Parents:
a6b67b3
Message:

Added filename tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-static.xml

    ra6b67b3 r3cf4292  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
    34     <para os="aa">Make a couple of essential adjustments to the specs file
    35     to ensure GCC uses our build environment:</para>
     34    <para os="aa">Make a couple of essential adjustments to the
     35    <filename>specs</filename> file to ensure GCC uses our build
     36    environment:</para>
    3637
    3738<screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
     
    5657    gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    5758
    58     <para os="t1">We will create a dummy limits.h so the build will not use the one
    59     provided by the host distro:</para>
     59    <para os="t1">We will create a dummy <filename>limits.h</filename> so
     60    the build will not use the one provided by the host distro:</para>
    6061
    6162<screen os="t2"><userinput>touch /tools/include/limits.h</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.