aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-08 19:19:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-08 19:19:42 +0000
commit34e653df940b535d13377605d0051ad0bda6465b (patch)
tree7e5e6709ceb9ca93fb638df2eed497a41984e358 /llvm-host-build.mk
parentfd8cbaa7d632c2eedbfe72fd58f513e6ad828575 (diff)
parent210c00452153df89a15594b969b9be2bc7596945 (diff)
downloadexternal_llvm-34e653df940b535d13377605d0051ad0bda6465b.zip
external_llvm-34e653df940b535d13377605d0051ad0bda6465b.tar.gz
external_llvm-34e653df940b535d13377605d0051ad0bda6465b.tar.bz2
Merge "Enable 64-bit builds of all host LLVM tools."
Diffstat (limited to 'llvm-host-build.mk')
-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 8e5bcc0..f3275ba 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -51,13 +51,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
###########################################################