summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-17 11:57:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-28 15:25:33 +0100
commitbe6fb672e34e345b14cf9b7c1b1487e83fa9143a (patch)
tree71262689e61c47bfcb74188f6f8b2883271b4f33 /scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3
parentf3bb8485671eec1a49b1a55f74142f0968f0cd49 (diff)
downloadopenembedded-core-contrib-be6fb672e34e345b14cf9b7c1b1487e83fa9143a.tar.gz
tune/test.sh: results (oe-core: 1f26495884 siteinfo: Recognize bigendian sh3be and sh4be)
* new fixes: 1f26495884 siteinfo: Recognize bigendian sh3be and sh4be a31436f38d siteinfo: Recognize 32bit PPC LE 8f477b9cf4 tune-thunderx.inc: don't append _be to ARMPKGARCH for tune-thunderx_be Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3')
-rw-r--r--scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv37
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3 b/scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3
new file mode 100644
index 0000000000..4c740ec683
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa76ae.armv7vethfb-vfpv3
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-vfp armv5ehfb-vfp armv5tehfb-vfp armv6hfb-vfp armv6thfb-vfp armv7ahfb-vfp armv7at2hfb-vfp armv7vehfb-vfp armv7vet2hfb-vfp armv7vehfb-vfpv3d16 armv7vet2hfb-vfpv3d16 armv7vehfb-vfpv3 armv7vet2hfb-vfpv3 fake_cortexa76ae"
+TUNE_CCARGS=" -march=armv7ve -mthumb -mfpu=vfpv3 -mfloat-abi=hard"
+TUNE_CCARGS_MFLOAT="hard"
+TUNE_CCARGS_MFPU=" vfp vfpv3-d16 vfpv3"
+TUNE_FEATURES="arm armv7ve vfp thumb vfpv3d16 vfpv3 callconvention-hard bigendian"
+TUNE_PKGARCH="armv7vet2hfb-vfpv3"
+export CC="armeb-oe-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=vfpv3 -mfloat-abi=hard --sysroot=SYSROOT"