diff --git a/dist-build/Makefile.am b/dist-build/Makefile.am index 3d0a0e63..8a068e81 100644 --- a/dist-build/Makefile.am +++ b/dist-build/Makefile.am @@ -4,7 +4,6 @@ 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 deleted file mode 100755 index 6e33c938..00000000 --- a/dist-build/android-mips32.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -export TARGET_ARCH=mips32 -export CFLAGS="-Os -march=${TARGET_ARCH}" -ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"