aboutsummaryrefslogtreecommitdiff
path: root/toolchains
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/llvm-3.5/setup.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchains/llvm-3.5/setup.mk b/toolchains/llvm-3.5/setup.mk
index 80cf10986..f31219d5d 100644
--- a/toolchains/llvm-3.5/setup.mk
+++ b/toolchains/llvm-3.5/setup.mk
@@ -224,6 +224,12 @@ include $(NDK_ROOT)/toolchains/mips64el-linux-android-clang3.5/setup.mk
else
+# if unknown ABI ends with 64 suffix then use le64
+ifneq ($(filter %64,$(APP_ABI)),)
+UNKNOWN_ABI_64 := true
+NDK_APP_DST_DIR := $(NDK_APP_LIBS_OUT)/$(TARGET_ARCH_ABI)64
+endif
+
TARGET_OBJ_EXTENSION := .bc
TARGET_LIB_EXTENSION := .a
TARGET_SONAME_EXTENSION := .bc