Bug 7984 by Bernhard Rosenkraenzer

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2010-10-02 23:27:23 +00:00
parent 1348fba3e2
commit 364f5965da

View File

@ -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