Changeset 798bd8f


Ignore:
Timestamp:
Aug 30, 2006, 8:50:42 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
a7fb1b6
Parents:
9b1d67f
Message:

Text updates for multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chroot/x86_64/flags.xml

    r9b1d67f r798bd8f  
    1212
    1313  <para>We will need to setup target specific flags for the compiler
    14   and linkers.</para>
     14  and linkers:</para>
    1515
    1616<screen><userinput>export BUILD32="-m32"
  • cross-tools/multilib/glibc-64bit.xml

    r9b1d67f r798bd8f  
    9191        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    9292        <listitem>
    93           <para>Forces Glibc to utilize our target architecture GCC utilizing
    94           the 64 Bit flags.</para>
     93          <para>Forces Glibc to build using our target architecture GCC
     94          utilizing the 64 Bit flags.</para>
    9595        </listitem>
    9696      </varlistentry>
  • temp-system/x86_64/gcc.xml

    r9b1d67f r798bd8f  
    112112        <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term>
    113113        <listitem>
    114           <para>This forces the C++ compiler to use our Build 64 FLAGS.</para>
     114          <para>This forces the C++ compiler to use our 64 Bit flags.</para>
    115115        </listitem>
    116116      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.