Ignore:
Timestamp:
Jan 3, 2009, 7:23:45 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:
88958a8
Parents:
ef68b1c
Message:

Text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    ref68b1c r9f5a80a  
    2323    <title>Installation of Glibc Headers</title>
    2424
    25     <para os="s1">The following sed removes a dependency of gcc 3.4.x from
    26     the glibc we are using in cross-lfs. The reason we are changing it is
    27     because this only installs the headers, no compiling takes place. In the
    28     next Glibc installation, we use the GCC that's built right after this section:</para>
     25    <para os="s1">Glibc's <filename>configure</filename> script checks the
     26    version of GCC, and will fail if it's less than 3.4. The next Glibc build
     27    will use the GCC that will be installed into
     28    <filename class="directory">/cross-tools</filename> in the next step.
     29    However, in this step only the Glibc headers are being installed - no
     30    compiling is taking place - so the GCC version isn't important. The
     31    following sed removes the dependency of GCC 3.4.x:</para>
    2932
    3033<screen os="s2"><userinput>cp -v configure{,.orig}
Note: See TracChangeset for help on using the changeset viewer.