summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-ppce500mc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-11-29 16:36:50 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-19 13:43:13 +0200
commit85a51a5a933e726473245103eff4a6235431c6c7 (patch)
tree35eaa7839e4da731f7fd7a0c053cbf09d2106239 /scripts/tune/env.fake-ppce500mc
parent9aee5798871da42dc38aedf9ce9ad222e4ca3fc4 (diff)
downloadopenembedded-core-contrib-85a51a5a933e726473245103eff4a6235431c6c7.tar.gz
tune/test.sh: results (oe-core: f7bb2d4cf1 tune-*: use mcpu instead of mtune for ARM tunes)
This is how it looked after: commit f7bb2d4cf18ca8d2a90b4b3b5c6c48dad106ca28 Author: Martin Jansa <Martin.Jansa@gmail.com> Date: Tue Oct 6 17:01:24 2015 +0200 tune-*: use mcpu instead of mtune for ARM tunes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-ppce500mc')
-rw-r--r--scripts/tune/env.fake-ppce500mc6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-ppce500mc b/scripts/tune/env.fake-ppce500mc
new file mode 100644
index 0000000000..d450100c11
--- /dev/null
+++ b/scripts/tune/env.fake-ppce500mc
@@ -0,0 +1,6 @@
+AVAILTUNES=" powerpc powerpc-nf ppce500mc"
+PACKAGE_ARCHS="all any noarch powerpc ppce500mc fake_ppce500mc"
+TUNE_CCARGS=" -m32 -mhard-float -mcpu=e500mc"
+TUNE_FEATURES="m32 fpu-hard ppce500mc"
+TUNE_PKGARCH="ppce500mc"
+export CC="powerpc-oe-linux-gcc -m32 -mhard-float -mcpu=e500mc --sysroot=SYSROOTS/fake-ppce500mc"