From 489b8f4014f35a253f8b05eef0054ec2125f99a7 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 21 Jan 2014 21:32:36 -0800 Subject: llvm: rename aarch64 target to arm64 Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3 --- shared_llvm.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shared_llvm.mk') 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 -- cgit v1.1