aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-08 19:30:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-08 19:30:44 +0000
commit30df4a9e23ed7cbed72b9a57428f4f45f2d36f9c (patch)
tree7e5e6709ceb9ca93fb638df2eed497a41984e358
parent5ef1fc49035e84af1254182ca0decd37d30e236e (diff)
parent1d9b6a26f60c0d5c8ad2dd4974e6d1cb890dba02 (diff)
downloadexternal_llvm-30df4a9e23ed7cbed72b9a57428f4f45f2d36f9c.zip
external_llvm-30df4a9e23ed7cbed72b9a57428f4f45f2d36f9c.tar.gz
external_llvm-30df4a9e23ed7cbed72b9a57428f4f45f2d36f9c.tar.bz2
am 1d9b6a26: am 34e653df: Merge "Enable 64-bit builds of all host LLVM tools."
* commit '1d9b6a26f60c0d5c8ad2dd4974e6d1cb890dba02': 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
###########################################################