From 02dba03a27799c75a5107be5fe5a0a7a9a7a3318 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 5 Nov 2014 23:46:32 +0000 Subject: Revert "Enable 64-bit builds of all host LLVM tools." This reverts commit f514d2c2b4a722b311d2f2c2a8762d7a83d42c00. Change-Id: I240b55287c4c8a812b95b950a9a928f3e36628c5 --- llvm-host-build.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm-host-build.mk') 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 ########################################################### -- cgit v1.1