aboutsummaryrefslogtreecommitdiff
path: root/android/run-checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/run-checks.sh')
-rwxr-xr-xandroid/run-checks.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/run-checks.sh b/android/run-checks.sh
index 400f7561..51d2d502 100755
--- a/android/run-checks.sh
+++ b/android/run-checks.sh
@@ -326,6 +326,9 @@ case $ARCH in
x86)
GNU_CONFIG=i686-linux-android
;;
+ mips)
+ GNU_CONFIG=mipsel-linux-android
+ ;;
*)
GNU_CONFIG="$ARCH-linux-android"
;;