Changeset 4b0b7c7 for cross-tools/alpha


Ignore:
Timestamp:
Aug 16, 2006, 4:07:01 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
62c2ba6
Parents:
6eaa9e4
Message:

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

File:
1 edited

Legend:

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

    r6eaa9e4 r4b0b7c7  
    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.