From: Dan Albert Date: Fri, 27 Mar 2015 18:18:35 +0000 (-0700) Subject: Remove uses of libcxx.mk. X-Git-Tag: android-x86-6.0-r1~17^2^2 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-llvm.git;a=commitdiff_plain;h=79e151de0b42d848527cce60d19d5d2165129324 Remove uses of libcxx.mk. This is a no-op. Change-Id: I5dc6a2a5a0e0f7e34a0ae26566798daa085ce8f2 --- diff --git a/llvm-device-build.mk b/llvm-device-build.mk index 5d863f541e1..823209d8ad1 100644 --- a/llvm-device-build.mk +++ b/llvm-device-build.mk @@ -58,14 +58,11 @@ LOCAL_CPPFLAGS := \ # Make sure bionic is first so we can include system headers. LOCAL_C_INCLUDES := \ bionic \ - external/libcxx/include \ $(LLVM_ROOT_PATH) \ $(LLVM_ROOT_PATH)/include \ $(LLVM_ROOT_PATH)/device/include \ $(LOCAL_C_INCLUDES) -include external/libcxx/libcxx.mk - ########################################################### ## Commands for running tblgen to compile a td file ########################################################### diff --git a/llvm-host-build.mk b/llvm-host-build.mk index a3c95395b2e..0b6bc077202 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -1,7 +1,6 @@ # Windows can't use Clang to build yet ifneq ($(HOST_OS),windows) LOCAL_CLANG := true -include external/libcxx/libcxx.mk endif LOCAL_CFLAGS += \