aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@arm.com>2013-10-20 15:30:09 +0100
committerDavid Butcher <david.butcher@arm.com>2013-12-11 11:16:17 +0000
commit53d672a8415c854e1faf3f797a8323f19a373361 (patch)
tree9507fd10e0aea832e7a26debe516c50797c1050e /shared_llvm.mk
parenta91a22bcbadfb1aa06aec5077e8f5ce9d40a8410 (diff)
downloadexternal_llvm-53d672a8415c854e1faf3f797a8323f19a373361.zip
external_llvm-53d672a8415c854e1faf3f797a8323f19a373361.tar.gz
external_llvm-53d672a8415c854e1faf3f797a8323f19a373361.tar.bz2
AArch64: Temporarily disable AArch64 build
This patch disables AArch64 build and will get us going with building bionic. Needs to be reverted once upstream llvm support is integrated into AOSP (AArch64 backend). Change-Id: I4dde21bc340d7d00d5ffda551db2e5ab83c85c63 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r--shared_llvm.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index 9519cbe..26e4090 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -81,7 +81,8 @@ endif
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_SHARED_LIBRARY)
-
+#TODOAArch64: Enable llvm build
+ifneq ($(TARGET_ARCH),aarch64)
# DEVICE LLVM shared library build
include $(CLEAR_VARS)
@@ -115,4 +116,6 @@ LOCAL_SHARED_LIBRARIES := libcutils libdl libstlport
include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_SHARED_LIBRARY)
+endif # !aarch64
+
endif # don't build in unbundled branches