Changeset 91f1994 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
a5cbaf25
Parents:
2a5f9db
git-author:
Andrew Bradford <andrew@…> (10/10/13 08:25:22)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:57:24)
Message:

Delete arm abi choice

Default is aapcs-linux and that's a good choice so leave it alone.

Location:
BOOK/cross-tools/arm
Files:
1 deleted
2 edited

Legend:

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

    r2a5f9db r91f1994  
    5454  --with-sysroot=${CLFS} --disable-nls --enable-shared \
    5555  --enable-languages=c --enable-c99 --enable-long-long \
    56   --disable-multilib \
    57   --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \
     56  --disable-multilib --with-arch=${CLFS_ARM_ARCH} \
    5857  --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
    5958  --with-fpu=${CLFS_FPU}</userinput></screen>
  • BOOK/cross-tools/arm/gcc-static.xml

    r2a5f9db r91f1994  
    5555  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    5656  --disable-libssp --disable-threads --enable-languages=c \
    57   --disable-multilib --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \
     57  --disable-multilib --with-arch=${CLFS_ARM_ARCH} \
    5858  --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
    5959  --with-fpu=${CLFS_FPU}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.