2014-03-01 16:41:10 +01:00
|
|
|
config BR2_PACKAGE_LIBPTHREAD_STUBS
|
2013-01-02 02:26:38 +01:00
|
|
|
bool "libpthread-stubs"
|
2013-11-09 01:21:21 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2007-08-10 21:07:51 +02:00
|
|
|
help
|
2012-06-18 00:23:12 +02:00
|
|
|
This library provides weak aliases for pthread functions not
|
|
|
|
provided in libc or otherwise available by default.
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2012-06-18 00:23:12 +02:00
|
|
|
http://xcb.freedesktop.org/
|
2013-11-09 01:21:21 +01:00
|
|
|
|
|
|
|
comment "libpthread-stubs needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|