diff options
author | Stephen Hines <srhines@google.com> | 2014-11-06 00:05:40 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-06 00:05:40 +0000 |
commit | fd8cbaa7d632c2eedbfe72fd58f513e6ad828575 (patch) | |
tree | 1ad7ad3e3f3b03f9757db8d77e20cb5a839793b8 | |
parent | 3829262340cf1916efa8891045039f193f6d5211 (diff) | |
parent | fbc55c91b9e9eb1f38fd2b9b1a4a1bb3a9c50ef4 (diff) | |
download | external_llvm-fd8cbaa7d632c2eedbfe72fd58f513e6ad828575.zip external_llvm-fd8cbaa7d632c2eedbfe72fd58f513e6ad828575.tar.gz external_llvm-fd8cbaa7d632c2eedbfe72fd58f513e6ad828575.tar.bz2 |
am fbc55c91: Merge "Revert "Enable 64-bit builds of all host LLVM tools.""
* commit 'fbc55c91b9e9eb1f38fd2b9b1a4a1bb3a9c50ef4':
Revert "Enable 64-bit builds of all host LLVM tools."
-rw-r--r-- | llvm-host-build.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk index f3275ba..8e5bcc0 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -51,12 +51,13 @@ LOCAL_C_INCLUDES := \ # Add on ncurses to have support for terminfo ifneq ($(HOST_OS),windows) -LOCAL_LDLIBS += -lncurses \ - -lgcc_s +LOCAL_LDLIBS += -lncurses endif LOCAL_IS_HOST_MODULE := true +LOCAL_32_BIT_ONLY := true + ########################################################### ## Commands for running tblgen to compile a td file ########################################################### |