summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa76-cortexa55.armv7ve-neon
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-cortexa76-cortexa55.armv7ve-neon
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-cortexa76-cortexa55.armv7ve-neon')
-rw-r--r--scripts/tune/env.fake-cortexa76-cortexa55.armv7ve-neon7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortexa76-cortexa55.armv7ve-neon b/scripts/tune/env.fake-cortexa76-cortexa55.armv7ve-neon
deleted file mode 100644
index c2cbb53245..0000000000
--- a/scripts/tune/env.fake-cortexa76-cortexa55.armv7ve-neon
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch arm armv4 armv5 armv5-vfp armv5e armv5e-vfp armv6 armv6-vfp armv7a armv7a-vfp armv7ve armv7ve-vfp armv7ve-neon fake_cortexa76_cortexa55"
-TUNE_CCARGS=" -march=armv7ve -mfpu=neon -mfloat-abi=softfp"
-TUNE_CCARGS_MFLOAT="softfp"
-TUNE_CCARGS_MFPU=" vfp neon"
-TUNE_FEATURES="arm armv7ve vfp neon"
-TUNE_PKGARCH="armv7ve-neon"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=softfp --sysroot=SYSROOT"