summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-21 21:36:10 -0800
committerColin Cross <ccross@android.com>2014-01-23 18:00:50 -0800
commit1f46c6304e9450aefaac8663403eec399878bef1 (patch)
tree2513a5d3f889d9f7e4996830afe017c2a00585ad
parentfaf37a39c19b9edbfdeeb5287af4779baeabe89a (diff)
downloadsrec-1f46c6304e9450aefaac8663403eec399878bef1.tar.gz
srec: rename aarch64 target to arm64
Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
-rw-r--r--make/asr/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/asr/Makefile.config b/make/asr/Makefile.config
index 581fa77..21c6670 100644
--- a/make/asr/Makefile.config
+++ b/make/asr/Makefile.config
@@ -27,7 +27,7 @@ ifeq ($(TARGET_ARCH),mips)
ASR_CPU = MIPS
ASR_TARGET_CPU = MIPS
endif
-ifeq ($(TARGET_ARCH),aarch64)
+ifeq ($(TARGET_ARCH),arm64)
ASR_CPU = AARCH64
ASR_TARGET_CPU = AARCH64
endif