OSDN Git Service

am 2ee64e38: Merge "Add a test-case for lit xunit output"
[android-x86/external-llvm.git] / llvm-host-build.mk
index 8e5bcc0..a3c9539 100644 (file)
@@ -52,12 +52,13 @@ LOCAL_C_INCLUDES := \
 # Add on ncurses to have support for terminfo
 ifneq ($(HOST_OS),windows)
 LOCAL_LDLIBS += -lncurses
+ifneq ($(HOST_OS),darwin)
+LOCAL_LDLIBS += -lgcc_s
+endif
 endif
 
 LOCAL_IS_HOST_MODULE := true
 
-LOCAL_32_BIT_ONLY := true
-
 ###########################################################
 ## Commands for running tblgen to compile a td file
 ###########################################################