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