aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 109bb2e..8e5bcc0 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -1,9 +1,8 @@
# Windows can't use Clang to build yet
ifneq ($(HOST_OS),windows)
LOCAL_CLANG := true
-endif
-
include external/libcxx/libcxx.mk
+endif
LOCAL_CFLAGS += \
-D_GNU_SOURCE \
@@ -48,7 +47,6 @@ LOCAL_C_INCLUDES := \
$(LLVM_ROOT_PATH) \
$(LLVM_ROOT_PATH)/include \
$(LLVM_ROOT_PATH)/host/include \
- external/libcxx/include \
$(LOCAL_C_INCLUDES)
# Add on ncurses to have support for terminfo