OSDN Git Service

llvm: rename aarch64 target to arm64
authorColin Cross <ccross@android.com>
Wed, 22 Jan 2014 05:32:36 +0000 (21:32 -0800)
committerColin Cross <ccross@android.com>
Fri, 24 Jan 2014 02:00:20 +0000 (18:00 -0800)
Rename aarch64 build targets to arm64.  The gcc toolchain is still
aarch64.

Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3

shared_llvm.mk
tools/llc/Android.mk

index 26e4090..0a438a2 100644 (file)
@@ -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
index 74015f0..3f5f3df 100644 (file)
@@ -91,8 +91,8 @@ include $(BUILD_HOST_EXECUTABLE)
 # llc command line tool (target)
 #===---------------------------------------------------------------===
 
-#TODOAArch64: Enable llc build
-ifneq ($(TARGET_ARCH),aarch64)
+#TODOArm64: Enable llc build
+ifneq ($(TARGET_ARCH),arm64)
 include $(CLEAR_VARS)
 
 LOCAL_MODULE := llc
@@ -128,4 +128,4 @@ include $(LLVM_DEVICE_BUILD_MK)
 include $(LLVM_GEN_INTRINSICS_MK)
 include $(BUILD_EXECUTABLE)
 
-endif # !aarch64
+endif # !arm64