summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-09-25 09:33:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-25 09:33:33 -0700
commit07cd5a9d1b741ce73e93a125b49a7b86aa1bff1a (patch)
treedcbe9a59a87e233101c8e1ec1f127eeeb0deb3ee
parent1cb54508c886e17753d9671b6771e566e30ecef8 (diff)
parent35e5a031b5087050c946977e40e1fd6f2790234f (diff)
downloadsrec-07cd5a9d1b741ce73e93a125b49a7b86aa1bff1a.tar.gz
am 35e5a031: Merge "x86_64/x32: Add targets"idea133
* commit '35e5a031b5087050c946977e40e1fd6f2790234f': 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