From 2abe6b9e0527c7a653b48fcef98ea17c743137cb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Mar 2017 15:51:38 +0100 Subject: [PATCH] Revert "Remove android-mip32.sh" This reverts commit da76a860afdfe5a2d54a603ca2679ddfb84bb4fd. --- dist-build/Makefile.am | 1 + dist-build/android-mips32.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 dist-build/android-mips32.sh diff --git a/dist-build/Makefile.am b/dist-build/Makefile.am index 8a068e81..3d0a0e63 100644 --- a/dist-build/Makefile.am +++ b/dist-build/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = \ android-arm.sh \ android-armv7-a.sh \ android-armv8-a.sh \ + android-mips32.sh \ android-mips64.sh \ android-x86.sh \ android-x86_64.sh \ diff --git a/dist-build/android-mips32.sh b/dist-build/android-mips32.sh new file mode 100755 index 00000000..6e33c938 --- /dev/null +++ b/dist-build/android-mips32.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export TARGET_ARCH=mips32 +export CFLAGS="-Os -march=${TARGET_ARCH}" +ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"