summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuane Sand <duane.sand@imgtec.com>2014-01-21 11:03:08 -0800
committerChris Dearman <chris.dearman@imgtec.com>2014-02-05 20:13:24 -0800
commit1ef65d6a084f7a6f885250a134dc5c42282197b8 (patch)
tree9425ad718cb816a15b1b799e00cef6a3391d9b25
parent23907026b4a32597bf636b413b1b43653ce880b2 (diff)
downloadsrec-1ef65d6a084f7a6f885250a134dc5c42282197b8.tar.gz
[MIPS64] Support mips64
Change-Id: Ib32fb0d4b6d3eb0fcef7e59da99c13217a530b7c
-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