aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index d7ef682..5219efd 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -17,12 +17,6 @@ LOCAL_CFLAGS := \
$(LOCAL_CFLAGS)
endif
-# force 32 bit code for sim build
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_CFLAGS += -m32
-LOCAL_LDFLAGS += -m32
-endif
-
ifneq ($(REQUIRES_EH),1)
LOCAL_CFLAGS += -fno-exceptions
else