summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorShantonu Sen <ssen@apple.com>2010-12-01 20:38:11 +0000
committerShantonu Sen <ssen@apple.com>2010-12-01 20:38:11 +0000
commit2ab03034925829614eb9ed186d0a4fb6f8e2b69a (patch)
treedd91abf3f6be1cbba72e5488a2e30d7fc60f7daa /runtime
parent7306ebfacfa51ba5270fd20f162f62d2ed813485 (diff)
downloadclang-2ab03034925829614eb9ed186d0a4fb6f8e2b69a.tar.gz
clang-2ab03034925829614eb9ed186d0a4fb6f8e2b69a.tar.bz2
clang-2ab03034925829614eb9ed186d0a4fb6f8e2b69a.tar.xz
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
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