summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-24 20:32:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-24 20:32:42 +0000
commit23907026b4a32597bf636b413b1b43653ce880b2 (patch)
tree2513a5d3f889d9f7e4996830afe017c2a00585ad
parentfaf37a39c19b9edbfdeeb5287af4779baeabe89a (diff)
parent1f46c6304e9450aefaac8663403eec399878bef1 (diff)
downloadsrec-23907026b4a32597bf636b413b1b43653ce880b2.tar.gz
Merge "srec: rename aarch64 target to arm64"
-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