aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:01:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-05 23:01:24 +0000
commit3829262340cf1916efa8891045039f193f6d5211 (patch)
tree7e5e6709ceb9ca93fb638df2eed497a41984e358 /llvm-host-build.mk
parent0a12e3b13373e65953a2bb1074532bd981c31a6a (diff)
parente5a8082990418db051a52f003033a480ca691bec (diff)
downloadexternal_llvm-3829262340cf1916efa8891045039f193f6d5211.zip
external_llvm-3829262340cf1916efa8891045039f193f6d5211.tar.gz
external_llvm-3829262340cf1916efa8891045039f193f6d5211.tar.bz2
am e5a80829: Merge "Enable 64-bit builds of all host LLVM tools."
* commit 'e5a8082990418db051a52f003033a480ca691bec': 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
###########################################################