mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-16 17:59:53 +00:00
7eb9c29a52
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(+)
13 lines
277 B
Plaintext
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
|