arch/arm: EABIhf is now the default

When the toolchain uses the hard-float ABI, 'hf' is now
appended by default to the tuple.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2014-09-20 16:53:58 +02:00
parent 991ec3ac85
commit 82b967757a

View File

@ -66,7 +66,7 @@ config ARCH_ARM_TUPLE_USE_EABIHF
prompt "append 'hf' to the tuple (EXPERIMENTAL)" prompt "append 'hf' to the tuple (EXPERIMENTAL)"
depends on ARCH_FLOAT_HW depends on ARCH_FLOAT_HW
depends on ARCH_ARM_EABI # Until we only support that... depends on ARCH_ARM_EABI # Until we only support that...
depends on EXPERIMENTAL default y
help help
Is you say 'y' here, then the tuple for the toolchain will end Is you say 'y' here, then the tuple for the toolchain will end
up with *eabihf, instead of the usual *eabi. up with *eabihf, instead of the usual *eabi.