Android: the mipsel target that disappeared in r14 is back in r14b
This commit is contained in:
parent
7bc8eb16a7
commit
415bc429a7
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export TARGET_ARCH=mips32
|
export TARGET_ARCH=mips32
|
||||||
export CFLAGS="-Os"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user