diff options
author | Stephen Hines <srhines@google.com> | 2014-11-05 23:46:32 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-11-05 23:46:32 +0000 |
commit | 02dba03a27799c75a5107be5fe5a0a7a9a7a3318 (patch) | |
tree | 8a7daa13547b5f9f25c9238a930152cf7bc3368f | |
parent | f514d2c2b4a722b311d2f2c2a8762d7a83d42c00 (diff) | |
download | external_llvm-02dba03a27799c75a5107be5fe5a0a7a9a7a3318.zip external_llvm-02dba03a27799c75a5107be5fe5a0a7a9a7a3318.tar.gz external_llvm-02dba03a27799c75a5107be5fe5a0a7a9a7a3318.tar.bz2 |
Revert "Enable 64-bit builds of all host LLVM tools."
This reverts commit f514d2c2b4a722b311d2f2c2a8762d7a83d42c00.
Change-Id: I240b55287c4c8a812b95b950a9a928f3e36628c5
-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 f6aa865..109bb2e 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -53,12 +53,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 ########################################################### |