summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-09-25 16:28:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-09-25 16:28:31 +0000
commit35e5a031b5087050c946977e40e1fd6f2790234f (patch)
tree8da7b7562be3c0fe073a40b94c24e45168306c6d
parent0bdaec8763369edd362933d5202b0b3d5f99d07f (diff)
parent6c08bb8c8ab94a5dced6949361680362b1ae7edc (diff)
downloadsrec-35e5a031b5087050c946977e40e1fd6f2790234f.tar.gz
Merge "x86_64/x32: Add targets"
-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