From 1ef65d6a084f7a6f885250a134dc5c42282197b8 Mon Sep 17 00:00:00 2001 From: Duane Sand Date: Tue, 21 Jan 2014 11:03:08 -0800 Subject: [MIPS64] Support mips64 Change-Id: Ib32fb0d4b6d3eb0fcef7e59da99c13217a530b7c --- make/asr/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3