summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa17.armv7at-vfpv3
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-02-23 15:56:13 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-19 13:43:13 +0200
commit3459617a2c59bc6ebf6cde18f78fb90c7d67ffa4 (patch)
treef6320598f528398826f454bf341c9ddf02de8f19 /scripts/tune/env.fake-cortexa17.armv7at-vfpv3
parent85a51a5a933e726473245103eff4a6235431c6c7 (diff)
downloadopenembedded-core-contrib-3459617a2c59bc6ebf6cde18f78fb90c7d67ffa4.tar.gz
tune/test.sh: results (oe-core N/A just review which wasn't ever merged)
* This is how it looked after: [OE-core] [PATCH] add tunings for 32-bit ARMv8-a http://lists.openembedded.org/pipermail/openembedded-core/2016-February/117603.html * imported from https://github.com/ddragomi/tune_test commit bb08541020f211d6e1579069a58bb28eb2456b87 Author: Daniel Dragomir <daniel.dragomir@windriver.com> Date: Thu Feb 18 14:54:59 2016 +0200 Tune results with the patch: [OE-core] [PATCH] add tunings for 32-bit ARMv8-a http://lists.openembedded.org/pipermail/openembedded-core/2016-February/117603.html Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-cortexa17.armv7at-vfpv3')
-rw-r--r--scripts/tune/env.fake-cortexa17.armv7at-vfpv310
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/tune/env.fake-cortexa17.armv7at-vfpv3 b/scripts/tune/env.fake-cortexa17.armv7at-vfpv3
index fd5c975ae1..6dc262e490 100644
--- a/scripts/tune/env.fake-cortexa17.armv7at-vfpv3
+++ b/scripts/tune/env.fake-cortexa17.armv7at-vfpv3
@@ -1,7 +1,5 @@
-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 armv7a-vfpv3d16 armv7at2-vfpv3d16 armv7a-vfpv3 armv7at2-vfpv3 fake_cortexa17"
-TUNE_CCARGS=" -march=armv7-a -mthumb -mthumb-interwork -mfpu=vfpv3 -mfloat-abi=softfp"
-TUNE_CCARGS_MFLOAT="softfp"
-TUNE_CCARGS_MFPU=" vfp vfpv3d16 vfpv3"
+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 armv7a-vfp-vfpv3d16 armv7at2-vfp-vfpv3d16 armv7a-vfp-vfpv3d16-vfpv3 armv7at2-vfp-vfpv3d16-vfpv3 fake_cortexa17"
+TUNE_CCARGS=" -march=armv7-a -marm -mthumb-interwork -mfpu=vfpv3-d16 -mfpu=vfpv3 -mfloat-abi=softfp"
TUNE_FEATURES="arm armv7a vfp thumb vfpv3d16 vfpv3"
-TUNE_PKGARCH="armv7at2-vfpv3"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv7-a -mthumb -mthumb-interwork -mfpu=vfpv3 -mfloat-abi=softfp --sysroot=SYSROOTS/fake-cortexa17"
+TUNE_PKGARCH="armv7a-vfp-vfpv3d16-vfpv3"
+export CC="arm-oe-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfpu=vfpv3-d16 -mfpu=vfpv3 -mfloat-abi=softfp --sysroot=SYSROOTS/fake-cortexa17"