aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 22:42:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-05 22:42:47 +0000
commite5a8082990418db051a52f003033a480ca691bec (patch)
tree4c92842cfc07cb727a9cd93a018831da9ebf7c6c
parent3160f5018b58edd927dc288630f115b8f910f8f3 (diff)
parentf514d2c2b4a722b311d2f2c2a8762d7a83d42c00 (diff)
downloadexternal_llvm-e5a8082990418db051a52f003033a480ca691bec.zip
external_llvm-e5a8082990418db051a52f003033a480ca691bec.tar.gz
external_llvm-e5a8082990418db051a52f003033a480ca691bec.tar.bz2
Merge "Enable 64-bit builds of all host LLVM tools."
-rw-r--r--llvm-host-build.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 109bb2e..f6aa865 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -53,13 +53,12 @@ LOCAL_C_INCLUDES := \
# Add on ncurses to have support for terminfo
ifneq ($(HOST_OS),windows)
-LOCAL_LDLIBS += -lncurses
+LOCAL_LDLIBS += -lncurses \
+ -lgcc_s
endif
LOCAL_IS_HOST_MODULE := true
-LOCAL_32_BIT_ONLY := true
-
###########################################################
## Commands for running tblgen to compile a td file
###########################################################