summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm3.armv4b
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-cortexm3.armv4b
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-cortexm3.armv4b')
-rw-r--r--scripts/tune/env.fake-cortexm3.armv4b7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortexm3.armv4b b/scripts/tune/env.fake-cortexm3.armv4b
deleted file mode 100644
index 24c40be23d..0000000000
--- a/scripts/tune/env.fake-cortexm3.armv4b
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch armeb armv4b fake_cortexm3"
-TUNE_CCARGS=" -march=armv4"
-TUNE_CCARGS_MFLOAT=""
-TUNE_CCARGS_MFPU=""
-TUNE_FEATURES="arm armv4 bigendian"
-TUNE_PKGARCH="armv4b"
-export CC="armeb-oe-linux-gnueabi-gcc -march=armv4 --sysroot=SYSROOTS/fake-cortexm3"