b1141fa610
Building against libstdc++ effectively always requires -pthread anyway (as various standard C++ headers require it, see the comment added to solenv/gbuild/platform/unxgcc.mk), so many explicit uses of -pthread/-lpthread can be removed. Doing a (partial) test build on Linux with Clang -stdlib=libc++ suggests that libc++ indeed doesn't need -pthread as libstdc++ does. The remaining uses of -pthread/-lpthread are mostly in configure.ac for the various BSDs (which somebody else might want to clean up now), and related to external projects. I tried to be careful to remove -pthread/-lpthread from makefiles only when C++ object files are involved (so -pthread will now be included on the link command line by default). Change-Id: I936e082839cb9a434bd273ce5a1f187a4245dfa1 Reviewed-on: https://gerrit.libreoffice.org/71291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> |
||
---|---|---|
.. | ||
com/sun/star | ||
source/pipe | ||
test/com/sun/star | ||
util | ||
workbench/com/sun/star/comp/urlresolver | ||
BUCK | ||
CustomTarget_test_urp.mk | ||
InternalUnoApi_test_urp.mk | ||
Jar_jurt.mk | ||
JunitTest_bridgefactory.mk | ||
JunitTest_connections.mk | ||
JunitTest_java.mk | ||
JunitTest_java_remote.mk | ||
JunitTest_remote.mk | ||
JunitTest_uno.mk | ||
JunitTest_urp.mk | ||
JunitTest_util.mk | ||
Library_jpipe.mk | ||
Library_jpipx.mk | ||
Makefile | ||
Module_jurt.mk | ||
pom.jurt.xml | ||
README |
JURT means Java Uno Runtime and implements most of Java UNO.