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.

(From OE-Core rev: 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2017-03-06 15:29:48 -08:00 committed by Richard Purdie
parent 5ccea3e02a
commit 5c850760bb
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv6"
DEFAULTTUNE ?= "armv6hf"
TUNEVALID[armv6] = "Enable instructions for ARMv6"
TUNECONFLICTS[armv6] = "armv4 armv5"

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7a"
DEFAULTTUNE ?= "armv7athf"
TUNEVALID[armv7a] = "Enable instructions for ARMv7-a"
TUNECONFLICTS[armv7a] = "armv4 armv5 armv6 armv7"

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7ve"
DEFAULTTUNE ?= "armv7vethf"
TUNEVALID[armv7ve] = "Enable instructions for ARMv7ve"
TUNECONFLICTS[armv7ve] = "armv4 armv5 armv6 armv7 armv7a"

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv6"
DEFAULTTUNE ?= "armv6hf"
require conf/machine/include/arm/arch-armv6.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7ve-neon"
DEFAULTTUNE ?= "armv7vethf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7ve-neon"
DEFAULTTUNE ?= "armv7vethf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7a-neon"
DEFAULTTUNE ?= "armv7athf-neon"
require conf/machine/include/arm/arch-armv7a.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7ve-neon"
DEFAULTTUNE ?= "armv7vethf-neon"
require conf/machine/include/arm/arch-armv7ve.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7a-neon"
DEFAULTTUNE ?= "armv7athf-neon"
require conf/machine/include/arm/arch-armv7a.inc

View File

@ -1,4 +1,4 @@
DEFAULTTUNE ?= "armv7a-neon"
DEFAULTTUNE ?= "armv7athf-neon"
require conf/machine/include/arm/arch-armv7a.inc