Revert "Remove android-mip32.sh"

This reverts commit da76a860af.
This commit is contained in:
Frank Denis 2017-03-06 15:51:38 +01:00
parent ed3bcbbf1d
commit 2abe6b9e05
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ EXTRA_DIST = \
android-arm.sh \
android-armv7-a.sh \
android-armv8-a.sh \
android-mips32.sh \
android-mips64.sh \
android-x86.sh \
android-x86_64.sh \

4
dist-build/android-mips32.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export TARGET_ARCH=mips32
export CFLAGS="-Os -march=${TARGET_ARCH}"
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"