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


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.

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/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-abi=${CLFS_ABI}</userinput></screen>
     45  --with-mpc=${CLFS}/cross-tools --disable-multilib \
     46  --with-abi=${CLFS_ABI}</userinput></screen>
    4647
    4748    <variablelist os="af">
  • BOOK/cross-tools/common/gcc-final.xml

    r0f33b23 ra20c17d  
    4545  --enable-languages=c --enable-c99 --enable-long-long \
    4646  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    47   --with-mpc=${CLFS}/cross-tools</userinput></screen>
     47  --with-mpc=${CLFS}/cross-tools --disable-multilib</userinput></screen>
    4848
    4949    <variablelist os="af">
  • BOOK/cross-tools/mips/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-abi=${CLFS_ABI}</userinput></screen>
     45  --with-mpc=${CLFS}/cross-tools --disable-multilib \
     46  --with-abi=${CLFS_ABI}</userinput></screen>
    4647
    4748    <variablelist os="af">
  • 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.