Changeset cbdeb4f in clfs-embedded


Ignore:
Timestamp:
Feb 24, 2011, 4:00:33 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
f988ef3
Parents:
0c673f1
Message:

MIPS GCC-Final --disable-multilib complete

Fully enabled --disable-multilib for MIPS GCC-Final.
User sets abi, arch, float, and endian.

File:
1 edited

Legend:

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

    r0c673f1 rcbdeb4f  
    4444  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    4545  --with-mpc=${CLFS}/cross-tools --disable-multilib \
    46   --with-abi=${CLFS_ABI}</userinput></screen>
     46  --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \
     47  --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen>
    4748
    4849    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.