summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-mips64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/TARGET_linux-mips64.mk')
-rw-r--r--core/combo/TARGET_linux-mips64.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk
index 118582b..36b70ad 100644
--- a/core/combo/TARGET_linux-mips64.mk
+++ b/core/combo/TARGET_linux-mips64.mk
@@ -34,6 +34,9 @@ ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := mips64r2
endif
+# Decouple NDK library selection with platform compiler version
+TARGET_NDK_GCC_VERSION := 4.8
+
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
TARGET_GCC_VERSION := 4.8
else