diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-20 16:53:58 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-20 16:53:58 +0200 |
commit | 82b967757abc46177987015bd475b246fe317d62 (patch) | |
tree | 4f509fff93fd41b2f6ba1a10f08a611d0584dd5d /config/arch | |
parent | 991ec3ac85343caaa63fb8bc5ef81212e7a255d7 (diff) | |
download | crosstool-ng-82b967757abc46177987015bd475b246fe317d62.tar.gz crosstool-ng-82b967757abc46177987015bd475b246fe317d62.tar.bz2 crosstool-ng-82b967757abc46177987015bd475b246fe317d62.zip |
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>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/arm.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2 index 6b3cabeb..a53ad334 100644 --- a/config/arch/arm.in.2 +++ b/config/arch/arm.in.2 @@ -66,7 +66,7 @@ config ARCH_ARM_TUPLE_USE_EABIHF prompt "append 'hf' to the tuple (EXPERIMENTAL)" depends on ARCH_FLOAT_HW depends on ARCH_ARM_EABI # Until we only support that... - depends on EXPERIMENTAL + default y help Is you say 'y' here, then the tuple for the toolchain will end up with *eabihf, instead of the usual *eabi. |