summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-mips32r2.mips-nf
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-mips32r2.mips-nf
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-mips32r2.mips-nf')
-rw-r--r--scripts/tune/env.fake-mips32r2.mips-nf5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-mips32r2.mips-nf b/scripts/tune/env.fake-mips32r2.mips-nf
new file mode 100644
index 0000000000..8264ccfa49
--- /dev/null
+++ b/scripts/tune/env.fake-mips32r2.mips-nf
@@ -0,0 +1,5 @@
+PACKAGE_ARCHS="all any noarch mips-nf fake_mips32r2"
+TUNE_CCARGS=" -meb -mabi=32 -msoft-float"
+TUNE_FEATURES="o32 bigendian"
+TUNE_PKGARCH="mips-nf"
+export CC="mips-oe-linux-gcc -meb -mabi=32 -msoft-float --sysroot=SYSROOTS/fake-mips32r2"