mips abi is not longer supported by android ndk (deprecated in v17, removed in v18) (#1551)

This commit is contained in:
Jean-François Verdon 2018-11-14 01:08:56 +01:00 committed by Бранимир Караџић
parent ed37cae84c
commit ebc05e20d8

View File

@ -49,7 +49,6 @@ projgen: ## Generate project files for all configurations.
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode8
$(GENIE) --with-combined-examples --with-shared-lib --gcc=freebsd gmake
$(GENIE) --with-combined-examples --gcc=android-arm gmake
$(GENIE) --with-combined-examples --gcc=android-mips gmake
$(GENIE) --with-combined-examples --gcc=android-x86 gmake
$(GENIE) --with-combined-examples --gcc=asmjs gmake
$(GENIE) --with-combined-examples --gcc=ios-arm gmake
@ -66,14 +65,6 @@ android-arm-release: .build/projects/gmake-android-arm ## Build - Android ARM Re
$(MAKE) -R -C .build/projects/gmake-android-arm config=release
android-arm: android-arm-debug android-arm-release ## Build - Android ARM Debug and Release
.build/projects/gmake-android-mips:
$(GENIE) --gcc=android-mips gmake
android-mips-debug: .build/projects/gmake-android-mips ## Build - Android MIPS Debug
$(MAKE) -R -C .build/projects/gmake-android-mips config=debug
android-mips-release: .build/projects/gmake-android-mips ## Build - Android MIPS Release
$(MAKE) -R -C .build/projects/gmake-android-mips config=release
android-mips: android-mips-debug android-mips-release ## Build - Android MIPS Debug and Release
.build/projects/gmake-android-x86:
$(GENIE) --gcc=android-x86 gmake
android-x86-debug: .build/projects/gmake-android-x86 ## Build - Android x86 Debug and Release