]> granicus.if.org Git - clang/commitdiff
Fix build of in-tree libcxx. libcxx doesn't actually
authorShantonu Sen <ssen@apple.com>
Wed, 1 Dec 2010 20:38:11 +0000 (20:38 +0000)
committerShantonu Sen <ssen@apple.com>
Wed, 1 Dec 2010 20:38:11 +0000 (20:38 +0000)
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

runtime/libcxx/Makefile

index e078020630580c973574d6243bc794897cb043c9..10d4e9bb8455bf08b998fd6d95b57822e2ea28fe 100644 (file)
@@ -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