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