Changeset 1fd00ea in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Feb 11, 2011, 3:38:45 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
7003296, ae51e2a
Parents:
819598b
Message:

Using --disable-multilib when building GCC for x86

Should produce a GCC that only compiles for i*86 XOR x86_64 targets.
See mailing list thread:
http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/2011-February/000895.html

Location:
BOOK/cross-tools/x86
Files:
2 edited

Legend:

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

    r819598b r1fd00ea  
    4141  --enable-languages=c --enable-c99 --enable-long-long \
    4242  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    43   --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU}</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \
     44  --disable-multilib</userinput></screen>
    4445
    4546    <variablelist os="af">
  • BOOK/cross-tools/x86/gcc-static.xml

    r819598b r1fd00ea  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --with-arch=${CLFS_CPU}</userinput></screen>
     50  --with-arch=${CLFS_CPU} --disable-multilib</userinput></screen>
    5151
    5252    <variablelist os="af">
     
    219219      </varlistentry>
    220220
     221      <varlistentry os="af20">
     222        <term><parameter>--disable-multilib</parameter></term>
     223        <listitem>
     224          <para>This option specifies that multiple target libraries should
     225          not be built.</para>
     226        </listitem>
     227      </varlistentry>
     228
    221229    </variablelist>
    222230
Note: See TracChangeset for help on using the changeset viewer.