Ignore:
Timestamp:
Aug 15, 2006, 9:07:01 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:
599623d3
Parents:
515ca2c
Message:

Text fixes, including fixing instances of "${CLFS_HOST)" and "${CLFS_TARGET)"

File:
1 edited

Legend:

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

    r515ca2c r3c06a53  
    6969             <term><parameter>CC=gcc</parameter></term>
    7070             <listitem>
    71                 <para>Tells GLIBC to use the hosts GCC compiler.</para>
     71                <para>Tells Glibc to use the host's GCC compiler.</para>
    7272             </listitem>
    7373          </varlistentry>
     
    8686            <listitem>
    8787               <para>When used with --host, this creates a cross-architecture
    88                   executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     88                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    8989            </listitem>
    9090        </varlistentry>
     
    9494           <listitem>
    9595               <para>When used with --build, this creates a cross-architecture
    96                   executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     96                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    9797           </listitem>
    9898        </varlistentry>
     
    126126           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    127127           <listitem>
    128               <para>This tells GLIBC to use the binutils for our specific target architecture.</para>
     128              <para>This tells Glibc to use the Binutils for our specific target architecture.</para>
    129129            </listitem>
    130130       </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.