summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Chupin <pavel.v.chupin@intel.com>2012-12-14 15:14:54 +0400
committerPavel Chupin <pavel.v.chupin@intel.com>2013-09-20 21:40:04 +0400
commit6c08bb8c8ab94a5dced6949361680362b1ae7edc (patch)
tree8da7b7562be3c0fe073a40b94c24e45168306c6d
parent0bdaec8763369edd362933d5202b0b3d5f99d07f (diff)
downloadsrec-6c08bb8c8ab94a5dced6949361680362b1ae7edc.tar.gz
x86_64/x32: Add targets
This is required to continue builds of other projects. Change-Id: I4cfef71a4662810a86936afcbe6cf1e648b0736e Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
-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