aboutsummaryrefslogtreecommitdiff
path: root/build/core/setup-toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/core/setup-toolchain.mk')
-rw-r--r--build/core/setup-toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/core/setup-toolchain.mk b/build/core/setup-toolchain.mk
index b5f2cc232..530ca85b6 100644
--- a/build/core/setup-toolchain.mk
+++ b/build/core/setup-toolchain.mk
@@ -39,7 +39,7 @@ ifndef NDK_TOOLCHAIN
TARGET_TOOLCHAIN_LIST := $(filter-out %4.7 %4.8 %4.8l %4.9 %4.9l,$(TARGET_TOOLCHAIN_LIST))
else
# Filter out 4.6, 4.7 and 4.8 which don't have good 64-bit support in all supported arch
- TARGET_TOOLCHAIN_LIST := $(filter-out %4.6 %4.7 %4.8,$(TARGET_TOOLCHAIN_LIST))
+ TARGET_TOOLCHAIN_LIST := $(filter-out %4.6 %4.7 %4.8 %4.8l,$(TARGET_TOOLCHAIN_LIST))
endif
ifndef TARGET_TOOLCHAIN_LIST