summaryrefslogtreecommitdiff
path: root/make/asr/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'make/asr/Makefile.config')
-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