diff options
author | Stephen Hines <srhines@google.com> | 2014-11-06 00:12:09 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-06 00:12:09 +0000 |
commit | 8cfc66e6bda7d61032a3d14069f594f1cbb6b2ea (patch) | |
tree | 1ad7ad3e3f3b03f9757db8d77e20cb5a839793b8 | |
parent | c3f9873c36a6ca32ce7a4ba4f30b7c939ab8ec0a (diff) | |
parent | fd8cbaa7d632c2eedbfe72fd58f513e6ad828575 (diff) | |
download | external_llvm-8cfc66e6bda7d61032a3d14069f594f1cbb6b2ea.zip external_llvm-8cfc66e6bda7d61032a3d14069f594f1cbb6b2ea.tar.gz external_llvm-8cfc66e6bda7d61032a3d14069f594f1cbb6b2ea.tar.bz2 |
am fd8cbaa7: am fbc55c91: Merge "Revert "Enable 64-bit builds of all host LLVM tools.""
* commit 'fd8cbaa7d632c2eedbfe72fd58f513e6ad828575':
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 ########################################################### |