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