summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-13 01:40:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-19 13:46:58 +0200
commit59e810ae4b7aebc33ba274972d75acd14dc1fed6 (patch)
treeeebd23f402749aaddcbfb9efecdb410d0cc584a7 /scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4
parent3459617a2c59bc6ebf6cde18f78fb90c7d67ffa4 (diff)
downloadopenembedded-core-contrib-59e810ae4b7aebc33ba274972d75acd14dc1fed6.tar.gz
tune/test.sh: results (oe-core: f15e83df1d armv8/tunes: Add tunes for supported ARMv8.2a cores)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4')
-rw-r--r--scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv47
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4 b/scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4
new file mode 100644
index 0000000000..880ae83d26
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa72.armv7vet-neon-vfpv4
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5-vfp armv5t-vfp armv5e armv5te armv5e-vfp armv5te-vfp armv6 armv6t armv6-vfp armv6t-vfp armv7a armv7a-vfp armv7at2-vfp armv7ve armv7ve-vfp armv7vet2-vfp armv7ve-neon armv7vet2-neon armv7ve-neon-vfpv4 armv7vet2-neon-vfpv4 fake_cortexa72"
+TUNE_CCARGS=" -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=softfp"
+TUNE_CCARGS_MFLOAT="softfp"
+TUNE_CCARGS_MFPU=" vfp neon vfpv4 neon-vfpv4"
+TUNE_FEATURES="arm armv7ve vfp thumb neon vfpv4"
+TUNE_PKGARCH="armv7vet2-neon-vfpv4"
+export CC="arm-oe-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=softfp --sysroot=/OE/build/oe-core/tmp-glibc/work/armv7vet2-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1g-r0/recipe-sysroot"