Changeset b09f8ce for cross-tools/common


Ignore:
Timestamp:
Feb 26, 2006, 11:36:06 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
653eb3f
Parents:
871be63
Message:

r2424@server (orig r1210): chris | 2006-02-26 10:57:18 -0800
Minor text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/glibc.xml

    r871be63 rb09f8ce  
    8080        <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
    8181        <listitem>
    82           <para>This forces Glibc to use the GCC complier that we made for our target
     82          <para>This forces Glibc to use the GCC compiler that we made for our target
    8383          architecture.</para>
    8484        </listitem>
     
    8888        <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
    8989        <listitem>
    90           <para>This forces Glibc to use the AR utility we made for our target
    91           architecture.</para>
     90          <para>This forces Glibc to use the <command>ar</command> utility
     91          we made for our target architecture.</para>
    9292        </listitem>
    9393      </varlistentry>
     
    9696        <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
    9797        <listitem>
    98           <para>This forces Glibc to use the RANLIB utility we made for our target
    99           architecture.</para>
     98          <para>This forces Glibc to use the <command>ranlib</command> utility
     99          we made for our target architecture.</para>
    100100        </listitem>
    101101      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.