android-mips -> android-mips32

This commit is contained in:
Frank Denis 2015-02-08 10:42:27 +01:00
parent 0022a42f5a
commit 53a5914a4c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ EXTRA_DIST = \
android-arm.sh \
android-armv7.sh \
android-x86.sh \
android-mips.sh \
android-mips32.sh \
emscripten.sh \
ios.sh \
msys2-win32.sh \

View File

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