aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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