crosstool-ng/arch/arm/config.in
Yann E. MORIN" 7eb9c29a52 Backport #635 from trunk:
Fix the EABI case for ARM.

 /branches/1.1/arch/arm/functions |   17    17     0     0 +++++++++++++++++
 /branches/1.1/arch/arm/config.in |    3     3     0     0 +++
 2 files changed, 20 insertions(+)
2008-05-15 21:01:45 +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