summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-06 20:44:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-06 20:44:23 +0000
commitb8f86496166793a1deab81273ea27c3c31a2c376 (patch)
tree9425ad718cb816a15b1b799e00cef6a3391d9b25
parent23907026b4a32597bf636b413b1b43653ce880b2 (diff)
parent1ef65d6a084f7a6f885250a134dc5c42282197b8 (diff)
downloadsrec-b8f86496166793a1deab81273ea27c3c31a2c376.tar.gz
Merge "[MIPS64] Support mips64"idea133-weekly-release
-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 21c6670..5c1dbd6 100644
--- a/make/asr/Makefile.config
+++ b/make/asr/Makefile.config
@@ -23,7 +23,7 @@ ifeq ($(TARGET_ARCH),sh)
ASR_CPU = SH4
ASR_TARGET_CPU = SH4
endif
-ifeq ($(TARGET_ARCH),mips)
+ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
ASR_CPU = MIPS
ASR_TARGET_CPU = MIPS
endif