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