Bug 7984 by Bernhard Rosenkraenzer

llvm-svn: 115443
This commit is contained in:
Howard Hinnant 2010-10-02 23:27:23 +00:00
parent 18217738c7
commit f717f3ae61
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ case $TRIPLE in
SOEXT=so SOEXT=so
LDSHARED_FLAGS="-o libc++.so.1.0 \ LDSHARED_FLAGS="-o libc++.so.1.0 \
-shared -nodefaultlibs -Wl,-soname,libc++.so.1 \ -shared -nodefaultlibs -Wl,-soname,libc++.so.1 \
-lstdc++ -lc" -lpthread -lrt -lc"
;; ;;
esac esac