]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
android: Drop MIPS build
authorKevin Cernekee <cernekee@gmail.com>
Sun, 28 Jan 2018 03:34:03 +0000 (19:34 -0800)
committerKevin Cernekee <cernekee@gmail.com>
Mon, 12 Feb 2018 03:39:14 +0000 (19:39 -0800)
MIPS will be removed in NDK r17:

https://developer.android.com/ndk/guides/abis.html

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
android/Makefile

index 441c82243427d664671eef4e9a2b9098fcdc3fe0..1d65b67ff689b1efbdcd0c7da4f25b99f47bc817 100644 (file)
@@ -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