mpv/waftools/checks
Stefano Pigozzi ce48da9e02 build: use -pthread when available
Our code currently tries to link -lpthread and adds stuff like -D_REENTRANT
based on the target platform.

GCC actually supports to just pass a -pthread compiler and linker flag that
will automatically enable threading and define the correct symbols for the
platform, so let's try to just use that as our first choice.

clang also supports -pthread but it must be used only as a compiler flag,
so we also take care of that scenario with this commit.
2014-04-27 10:40:01 +02:00
..
__init__.py
custom.py build: use -pthread when available 2014-04-27 10:40:01 +02:00
generic.py build: support multiple headers in check_statement 2013-12-26 21:13:01 +01:00