From 210c00452153df89a15594b969b9be2bc7596945 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Sat, 8 Nov 2014 10:36:45 -0800 Subject: Enable 64-bit builds of all host LLVM tools. Bug: 10653601 Bug: 13751317 We need to manually specify the same libgcc_s that is linked with all other host tools, because the libc++ build rules explicitly pass -nodefaultlibs. Change-Id: If85ebb2949f456a2ed5cc412e7d1510cc72a3c76 --- llvm-host-build.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'llvm-host-build.mk') diff --git a/llvm-host-build.mk b/llvm-host-build.mk index 8e5bcc0..f3275ba 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -51,13 +51,12 @@ LOCAL_C_INCLUDES := \ # Add on ncurses to have support for terminfo ifneq ($(HOST_OS),windows) -LOCAL_LDLIBS += -lncurses +LOCAL_LDLIBS += -lncurses \ + -lgcc_s endif LOCAL_IS_HOST_MODULE := true -LOCAL_32_BIT_ONLY := true - ########################################################### ## Commands for running tblgen to compile a td file ########################################################### -- cgit v1.1