Skip to content
Snippets Groups Projects
Commit 02dba03a authored by Stephen Hines's avatar Stephen Hines
Browse files

Revert "Enable 64-bit builds of all host LLVM tools."

This reverts commit f514d2c2.

Change-Id: I240b55287c4c8a812b95b950a9a928f3e36628c5
parent f514d2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
###########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment