diff options
author | Stephen Hines <srhines@google.com> | 2014-11-05 23:01:24 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-05 23:01:24 +0000 |
commit | 3829262340cf1916efa8891045039f193f6d5211 (patch) | |
tree | 7e5e6709ceb9ca93fb638df2eed497a41984e358 | |
parent | 0a12e3b13373e65953a2bb1074532bd981c31a6a (diff) | |
parent | e5a8082990418db051a52f003033a480ca691bec (diff) | |
download | external_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.
-rw-r--r-- | llvm-host-build.mk | 5 |
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 ########################################################### |