Changeset 823185c in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Aug 30, 2006, 10:56:05 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f1583d4
Parents:
b275cd8
Message:

Text Updates.

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    rb275cd8 r823185c  
    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 built right after this chapter.</para>
     28    next Glibc chapter, we use the GCC that's built right after this chapter.</para>
    2929       
    3030<screen os="s2"><userinput>cp configure{,.orig}
     
    7777             <term><parameter>CC=gcc</parameter></term>
    7878             <listitem>
    79                 <para>Tells GLIBC to use the hosts GCC compiler.</para>
     79                <para>Tells Glibc to use the hosts GCC compiler.</para>
    8080             </listitem>
    8181          </varlistentry>
     
    9797<screen os="l"><userinput>make install-headers</userinput></screen>
    9898
    99    <para os="m">Some files aren't installed by the above command, then
    100     we will copy the header files we need:</para>
     99   <para os="m">Some files aren't installed by the above command, so
     100    we will copy the additional header files we need.</para>
    101101
    102102   <para os="n">First we will copy a common file over to <filename
     
    110110<screen os="q"><userinput>touch ${CLFS}/usr/include/gnu/stubs.h</userinput></screen>
    111111
    112    <para os="r">For NPTL we use the following command:</para>
     112   <para os="r">Another header is needed for NPTL:</para>
    113113   
    114114<screen os="s"><userinput>cp -v ../glibc-&glibc-version;/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h \
  • BOOK/cross-tools/common/binutils.xml

    rb275cd8 r823185c  
    6868        <listitem>
    6969          <para>When used with --target, this creates a cross-architecture
    70           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     70          executable that creates files for ${CLFS_TARGET} but runs on
     71          ${CLFS_HOST}.</para>
    7172        </listitem>
    7273      </varlistentry>
     
    7677        <listitem>
    7778          <para>When used with --host, this creates a cross-architecture
    78           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     79          executable that creates files for ${CLFS_TARGET} but runs on
     80          ${CLFS_HOST}.</para>
    7981        </listitem>
    8082      </varlistentry>
     
    8486        <listitem>
    8587          <para>This tells configure that ${CLFS} is going to be the root
    86           of our system. It will now use the specified sysroot, ${CLFS} as
     88          of our system. It will now use the specified sysroot, ${CLFS}, as
    8789          a prefix of the default search paths.</para>
    8890        </listitem>
  • BOOK/cross-tools/common/glibc.xml

    rb275cd8 r823185c  
    557557        <term><command>sln</command></term>
    558558        <listitem>
    559           <para>A statically linked <command>ln</command> program</para>
     559          <para>A statically linked program that creates symbolic links</para>
    560560          <indexterm zone="ch-cross-tools-glibc sln">
    561561            <primary sortas="b-sln">sln</primary>
     
    742742        <term><filename class="libraryfile">libmemusage</filename></term>
    743743        <listitem>
    744           <para>Used by <command>memusage</command> to help collect
    745           information about the memory usage of a program</para>
     744          <para>Used by <command>memusage</command> (included in Glibc, but
     745          not built in a base CLFS system as it has additional dependencies)
     746          to help collect information about the memory usage of a program</para>
    746747          <indexterm zone="ch-cross-tools-glibc libmemusage">
    747748            <primary sortas="c-libmemusage">libmemusage</primary>
Note: See TracChangeset for help on using the changeset viewer.