Ignore:
Timestamp:
02/21/06 01:26:16 (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cedcdaa
Parents:
e47ec16
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:
BOOK/cross-tools/x86
Files:
3 edited

Legend:

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

    re47ec16 r6bb43b3  
    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>
  • BOOK/cross-tools/x86/gcc-static.xml

    re47ec16 r6bb43b3  
    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>
  • BOOK/cross-tools/x86/glibc-headers.xml

    re47ec16 r6bb43b3  
    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.