summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-mips32.mips32
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-mips32.mips32')
-rw-r--r--scripts/tune/env.fake-mips32.mips325
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-mips32.mips32 b/scripts/tune/env.fake-mips32.mips32
new file mode 100644
index 0000000000..ce4c06ed2f
--- /dev/null
+++ b/scripts/tune/env.fake-mips32.mips32
@@ -0,0 +1,5 @@
+PACKAGE_ARCHS="all any noarch mips mips32 fake_mips32"
+TUNE_CCARGS=" -meb -mabi=32 -mhard-float -march=mips32"
+TUNE_FEATURES="o32 bigendian fpu-hard mips32"
+TUNE_PKGARCH="mips32"
+export CC="mips-oe-linux-gcc -meb -mabi=32 -mhard-float -march=mips32 --sysroot=SYSROOT"