Changeset baa4780 in clfs-embedded


Ignore:
Timestamp:
Feb 24, 2011, 3:35:42 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
85d173b
Parents:
18d1bcd
Message:

ARM GCC-Final --disable-multilib complete

Fully enabled --disable-multilib for ARM GCC-Final.
User sets abi, arch, mode, float, and fpu when configuring.

File:
1 edited

Legend:

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

    r18d1bcd rbaa4780  
    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=${CLFS_ARM_ARCH} \
     47  --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
     48  --with-fpu=${CLFS_FPU}</userinput></screen>
    4749
    4850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.