summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/TARGET_linux-x86_64.mk')
-rw-r--r--core/combo/TARGET_linux-x86_64.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-x86_64.mk b/core/combo/TARGET_linux-x86_64.mk
index fb9bacf..2e06263 100644
--- a/core/combo/TARGET_linux-x86_64.mk
+++ b/core/combo/TARGET_linux-x86_64.mk
@@ -22,6 +22,9 @@ ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := x86_64
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