aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:00 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:00 -0700
commit8aca41132270925dfb55502ea2126e2c464ac0eb (patch)
tree7cb525d6f8f8859605a23e07cdcb2b8f1d7e8aa6 /llvm-host-build.mk
parentc74ddd87e032de966f9190296e72209e15084bda (diff)
downloadexternal_llvm-8aca41132270925dfb55502ea2126e2c464ac0eb.zip
external_llvm-8aca41132270925dfb55502ea2126e2c464ac0eb.tar.gz
external_llvm-8aca41132270925dfb55502ea2126e2c464ac0eb.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ia82a523b49d44a2d806867d0ff931a15a10f980b
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