From 364f5965dadc362dc019ccc4a7f641c00a50e6df Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 2 Oct 2010 23:27:23 +0000 Subject: [PATCH] Bug 7984 by Bernhard Rosenkraenzer git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115443 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildit b/lib/buildit index 0b51b2d7..9bc16220 100755 --- a/lib/buildit +++ b/lib/buildit @@ -62,7 +62,7 @@ case $TRIPLE in SOEXT=so LDSHARED_FLAGS="-o libc++.so.1.0 \ -shared -nodefaultlibs -Wl,-soname,libc++.so.1 \ - -lstdc++ -lc" + -lpthread -lrt -lc" ;; esac