Changeset 0f33b23 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Feb 17, 2011, 4:32:44 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
a20c17d
Parents:
885ee0e
Message:

Made --disable-multilib common for GCC-Static

All archs now have --disable-multilib for GCC-Static.
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/mips/gcc-static.xml

    r885ee0e r0f33b23  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --with-abi=${CLFS_ABI}</userinput></screen>
     50  --disable-multilib --with-abi=${CLFS_ABI}</userinput></screen>
    5151
    5252<!-- Common configure switches for all archs -->
Note: See TracChangeset for help on using the changeset viewer.