android-mips -> android-mips32
This commit is contained in:
parent
0022a42f5a
commit
53a5914a4c
@ -4,7 +4,7 @@ EXTRA_DIST = \
|
|||||||
android-arm.sh \
|
android-arm.sh \
|
||||||
android-armv7.sh \
|
android-armv7.sh \
|
||||||
android-x86.sh \
|
android-x86.sh \
|
||||||
android-mips.sh \
|
android-mips32.sh \
|
||||||
emscripten.sh \
|
emscripten.sh \
|
||||||
ios.sh \
|
ios.sh \
|
||||||
msys2-win32.sh \
|
msys2-win32.sh \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export TARGET_ARCH=mipsel
|
export TARGET_ARCH=mips32
|
||||||
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
||||||
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
Loading…
Reference in New Issue
Block a user