Explorar el Código

Bug 7984 by Bernhard Rosenkraenzer

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115443 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant hace 15 años
padre
commit
364f5965da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/buildit

+ 1 - 1
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