Android: the mipsel target that disappeared in r14 is back in r14b

This commit is contained in:
Frank Denis 2017-03-24 17:21:51 +01:00
parent 7bc8eb16a7
commit 415bc429a7

View File

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