summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4f951aa..e62623f 100644
--- a/make/asr/Makefile.config
+++ b/make/asr/Makefile.config
@@ -15,7 +15,7 @@ ifeq ($(TARGET_ARCH),arm)
ASR_CPU = ARM
ASR_TARGET_CPU = ARM
endif
-ifeq ($(TARGET_ARCH),x86)
+ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64 x32))
ASR_CPU = I86
ASR_TARGET_CPU = I86
endif