From: Kevin Cernekee Date: Sun, 28 Jan 2018 03:34:03 +0000 (-0800) Subject: android: Drop MIPS build X-Git-Tag: v8.00~126^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fa9bed01f9278188e224c050022ee2cc29513753;p=users%2Fdwmw2%2Fopenconnect.git android: Drop MIPS build MIPS will be removed in NDK r17: https://developer.android.com/ndk/guides/abis.html Signed-off-by: Kevin Cernekee --- diff --git a/android/Makefile b/android/Makefile index 441c8224..1d65b67f 100644 --- a/android/Makefile +++ b/android/Makefile @@ -23,11 +23,6 @@ ifeq ($(ARCH),x86) TRIPLET := i686-linux-android OPENSSL_TARGET := android-x86 endif -ifeq ($(ARCH),mips) -TRIPLET := mipsel-linux-android -OPENSSL_TARGET := android -EXTRA_LDFLAGS := -lz -endif TOPDIR := $(shell pwd) DESTDIR := $(TOPDIR)/$(TRIPLET)/out