diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-03-06 15:29:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 10:15:45 +0000 |
commit | 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8 (patch) | |
tree | b4eb67ffd7d0fe51cdd40aee9e34ff6aa8206e92 /meta/conf/machine/include/arm/arch-armv7ve.inc | |
parent | 6bd7341a38a8bb5387ea81dbccfed327370569f3 (diff) | |
download | openembedded-core-2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8.tar.gz openembedded-core-2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8.tar.bz2 openembedded-core-2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8.zip |
conf/machine/include: enable hardfloat by default for ARMv6 and above
Defaulting to softfp probably isn't the best choice anymore,
especially as there are now ARM BSP layers which leave DEFAULTTUNE
entirely up to the distro:
https://lists.yoctoproject.org/pipermail/yocto/2017-February/034637.html
Also add 't' to the ARMv7 default DEFAULTTUNEs, since there's no
clear reason to default to ignoring ARM_INSTRUCTION_SET for ARMv7.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/machine/include/arm/arch-armv7ve.inc')
-rw-r--r-- | meta/conf/machine/include/arm/arch-armv7ve.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/arm/arch-armv7ve.inc b/meta/conf/machine/include/arm/arch-armv7ve.inc index 42d8d046d0..4d9260fecb 100644 --- a/meta/conf/machine/include/arm/arch-armv7ve.inc +++ b/meta/conf/machine/include/arm/arch-armv7ve.inc @@ -1,4 +1,4 @@ -DEFAULTTUNE ?= "armv7ve" +DEFAULTTUNE ?= "armv7vethf" TUNEVALID[armv7ve] = "Enable instructions for ARMv7ve" TUNECONFLICTS[armv7ve] = "armv4 armv5 armv6 armv7 armv7a" |