summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-28 07:16:22 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-28 15:25:33 +0100
commitc87f58e4235fc5c2fe31037917fd999bf4142dca (patch)
treeca1ba5dea664ae399ff018f4399db3f72e648875 /scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3
parent93e725b2e1b4da6b246806bf448cd928b7f4892b (diff)
downloadopenembedded-core-contrib-c87f58e4235fc5c2fe31037917fd999bf4142dca.tar.gz
tune/test.sh: results (oe-core/dunfell: 197b405dd0 siteinfo: Recognize bigendian sh3be and sh4be)
* this run was without: PREFERRED_ARM_INSTRUCTION_SET ?= "thumb" ARM_INSTRUCTION_SET = "${PREFERRED_ARM_INSTRUCTION_SET}" so thumb was disabled even in the DEFAULTTUNEs which support it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3')
-rw-r--r--scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv37
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3 b/scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3
deleted file mode 100644
index ffa69d44fd..0000000000
--- a/scripts/tune/env.fake-cortexa73-cortexa53.armv7athf-vfpv3
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5thf-vfp armv5ehf-vfp armv5tehf-vfp armv6hf-vfp armv6thf-vfp armv7ahf-vfp armv7at2hf-vfp armv7ahf-vfpv3d16 armv7at2hf-vfpv3d16 armv7ahf-vfpv3 armv7at2hf-vfpv3 fake_cortexa73_cortexa53"
-TUNE_CCARGS=" -march=armv7-a -mthumb -mfpu=vfpv3 -mfloat-abi=hard"
-TUNE_CCARGS_MFLOAT="hard"
-TUNE_CCARGS_MFPU=" vfp vfpv3-d16 vfpv3"
-TUNE_FEATURES="arm armv7a vfp thumb vfpv3d16 vfpv3 callconvention-hard"
-TUNE_PKGARCH="armv7at2hf-vfpv3"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv7-a -mthumb -mfpu=vfpv3 -mfloat-abi=hard --sysroot=SYSROOT"