Changeset 42754a9


Ignore:
Timestamp:
Aug 15, 2006, 9:35:11 PM (18 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:
342c4cd
Parents:
599623d3
Message:

More text fixes for glibc-headers

File:
1 edited

Legend:

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

    r599623d3 r42754a9  
    2626    the glibc we are using in cross-lfs. The reason we are changing it is
    2727    because this only installs the headers, no compiling takes place. In the
    28     next glibc chapter, we use the gcc that's build right after this chapter.</para>
     28    next Glibc installation, we use the GCC that's built right after this section:</para>
    2929       
    3030<screen os="s2"><userinput>cp -v configure{,.orig}
     
    136136<screen os="cd"><userinput>make install-headers</userinput></screen>
    137137
    138    <para os="ce">Some files aren't installed by the above command, then
    139     we will copy the header files we need:</para>
     138   <para os="ce">Some files aren't installed by the above command, so
     139    we will copy the additional header files we need.</para>
    140140
    141141   <para os="cf">First we will copy a common file over to <filename
     
    149149<screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen>
    150150
    151    <para os="cj">For NPTL we use the following command:</para>
     151   <para os="cj">Another header is needed for NPTL:</para>
    152152   
    153153<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.