mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
65357b3698
/trunk/arch/arm/functions | 17 17 0 0 +++++++++++++++++ /trunk/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
|