summaryrefslogtreecommitdiff
path: root/dist-build/android-mips.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist-build/android-mips.sh')
-rwxr-xr-xdist-build/android-mips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist-build/android-mips.sh b/dist-build/android-mips.sh
new file mode 100755
index 0000000..0fb0431
--- /dev/null
+++ b/dist-build/android-mips.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CFLAGS="-Os"
+TARGET_ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"