Changeset f32f537 for cross-tools/x86


Ignore:
Timestamp:
Feb 21, 2006, 1:26:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4a9cdca
Parents:
360c931
Message:

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


Location:
cross-tools/x86
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/x86/gcc-final.xml

    r360c931 rf32f537  
    9797        <term><parameter>--enable-languages=c,c++</parameter></term>
    9898        <listitem>
    99           <para>This option ensures that only the C and C++ compilers is built.</para>
     99          <para>This option ensures that only the C and C++ compilers are built.</para>
    100100        </listitem>
    101101      </varlistentry>
  • cross-tools/x86/gcc-static.xml

    r360c931 rf32f537  
    3737    search the <filename class="directory">/usr</filename> directory for
    3838    <filename class="libraryfile">libgcc_s.so</filename> when
    39     cross-compling:</para>
     39    cross-compiling:</para>
    4040
    4141<screen os="af"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
  • cross-tools/x86/glibc-headers.xml

    r360c931 rf32f537  
    7676        <term><parameter>--host=${LFS_HOST}</parameter></term>
    7777        <listitem>
    78           <para>When used injunction with --target, this creates a cross-architecture
     78          <para>When used with --target, this creates a cross-architecture
    7979          executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
    8080        </listitem>
     
    8484        <term><parameter>--target=${LFS_TARGET}</parameter></term>
    8585        <listitem>
    86           <para>When used injunction with --host, this creates a cross-architecture
     86          <para>When used with --host, this creates a cross-architecture
    8787          executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
    8888        </listitem>
Note: See TracChangeset for help on using the changeset viewer.