crosstool-ng/arch/arm/config.in
Yann E. MORIN" 65357b3698 Fix the EABI case for ARM.
/trunk/arch/arm/functions |   17    17     0     0 +++++++++++++++++
 /trunk/arch/arm/config.in |    3     3     0     0 +++
 2 files changed, 20 insertions(+)
2008-05-14 17:59:52 +00:00

13 lines
277 B
Plaintext

comment "ARM specific options"
config ARCH_ARM_EABI
bool
prompt "Use EABI (EXPERIMENTAL)"
depends on EXPERIMENTAL
default n
help
Set up the toolchain so that it generates EABI-compliant binaries.
config ARCH_ABI
default "aapcs" if ARCH_ARM_EABI