From 415bc429a76619717f44650922afdf47b12da789 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 24 Mar 2017 17:21:51 +0100 Subject: [PATCH] Android: the mipsel target that disappeared in r14 is back in r14b --- dist-build/android-mips32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/android-mips32.sh b/dist-build/android-mips32.sh index f17081c8..ab5f6314 100755 --- a/dist-build/android-mips32.sh +++ b/dist-build/android-mips32.sh @@ -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"