From: Shantonu Sen Date: Wed, 1 Dec 2010 20:38:11 +0000 (+0000) Subject: Fix build of in-tree libcxx. libcxx doesn't actually X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ab03034925829614eb9ed186d0a4fb6f8e2b69a;p=clang Fix build of in-tree libcxx. libcxx doesn't actually need any of the LLVM support libraries. Reviewed by Daniel Dunbar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120602 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libcxx/Makefile b/runtime/libcxx/Makefile index e078020630..10d4e9bb84 100644 --- a/runtime/libcxx/Makefile +++ b/runtime/libcxx/Makefile @@ -43,7 +43,7 @@ ifeq ($(HOST_OS),Darwin) LLVMLibsOptions += -Wl,-compatibility_version,1 # Don't link with default libraries. - LLVMLibsOptions += -nodefaultlibs -lSupport + LLVMLibsOptions += -nodefaultlibs # Reexport libc++abi. LLVMLibsOptions += -Wl,-reexport_library,/usr/lib/libc++abi.dylib