aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Android.mk b/tools/llc/Android.mk
index f74e9a7..c141f8a 100644
--- a/tools/llc/Android.mk
+++ b/tools/llc/Android.mk
@@ -104,7 +104,7 @@ else
ifeq ($(TARGET_ARCH),mips)
LOCAL_STATIC_LIBRARIES := $(llvm_llc_mips_STATIC_LIBRARIES)
else
- ifeq ($(TARGET_ARCH),x86)
+ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64 x32))
LOCAL_STATIC_LIBRARIES := $(llvm_llc_x86_STATIC_LIBRARIES)
else
$(error "Unsupport llc target $(TARGET_ARCH)")