aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:06:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-05 23:06:25 +0000
commitc3f9873c36a6ca32ce7a4ba4f30b7c939ab8ec0a (patch)
tree7e5e6709ceb9ca93fb638df2eed497a41984e358
parentd8a4643f2aac5dc10060f2d25dc82c355c72ec3b (diff)
parent3829262340cf1916efa8891045039f193f6d5211 (diff)
downloadexternal_llvm-c3f9873c36a6ca32ce7a4ba4f30b7c939ab8ec0a.zip
external_llvm-c3f9873c36a6ca32ce7a4ba4f30b7c939ab8ec0a.tar.gz
external_llvm-c3f9873c36a6ca32ce7a4ba4f30b7c939ab8ec0a.tar.bz2
am 38292623: am e5a80829: Merge "Enable 64-bit builds of all host LLVM tools."
* commit '3829262340cf1916efa8891045039f193f6d5211': 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 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
###########################################################