aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-21 21:32:36 -0800
committerColin Cross <ccross@android.com>2014-01-23 18:00:20 -0800
commit489b8f4014f35a253f8b05eef0054ec2125f99a7 (patch)
treea663946d10ca9a7d7cb4eac0bf1fe5fd7f68e41b /shared_llvm.mk
parent95015e5c45e0faca137acd16f8032f6ae09cdb6f (diff)
downloadexternal_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.zip
external_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.tar.gz
external_llvm-489b8f4014f35a253f8b05eef0054ec2125f99a7.tar.bz2
llvm: rename aarch64 target to arm64
Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r--shared_llvm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index 26e4090..0a438a2 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -81,8 +81,8 @@ endif
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_SHARED_LIBRARY)
-#TODOAArch64: Enable llvm build
-ifneq ($(TARGET_ARCH),aarch64)
+#TODOArm64: Enable llvm build
+ifneq ($(TARGET_ARCH),arm64)
# DEVICE LLVM shared library build
include $(CLEAR_VARS)
@@ -116,6 +116,6 @@ LOCAL_SHARED_LIBRARIES := libcutils libdl libstlport
include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_SHARED_LIBRARY)
-endif # !aarch64
+endif # !arm64
endif # don't build in unbundled branches