Changeset a20c17d in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Feb 17, 2011, 4:38:19 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
2a10689
Parents:
0f33b23
Message:

Added --disable-multilib to GCC-Final

All archs now have --disable-multilib for GCC-Final.
As of this commit, building this way on ARM and MIPS may produce a
toolchain with undesirable selections. This will be fixed, soon.

File:
1 edited

Legend:

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

    r0f33b23 ra20c17d  
    4343  --enable-languages=c --enable-c99 --enable-long-long \
    4444  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    45   --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \
    46   --disable-multilib</userinput></screen>
     45  --with-mpc=${CLFS}/cross-tools --disable-multilib \
     46  --with-arch=${CLFS_CPU}</userinput></screen>
    4747
    4848    <variablelist os="af">
Note: See TracChangeset for help on using the changeset viewer.