2013-03-24 12:34:05 +01:00
|
|
|
config BR2_PACKAGE_LIBPTHSEM
|
|
|
|
bool "libpthsem"
|
2013-03-29 02:19:55 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-03-24 12:34:05 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE
|
|
|
|
help
|
|
|
|
GNU pth is a user mode multi threading library. pthsem is an extend
|
|
|
|
version, with support for semaphores added.
|
|
|
|
|
|
|
|
http://www.auto.tuwien.ac.at/~mkoegler/pth/
|
2014-07-23 22:28:47 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBPTHSEM
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBPTHSEM_COMPAT
|
|
|
|
bool "libpth compatibility"
|
|
|
|
help
|
|
|
|
This option enables the compatibility with the original
|
|
|
|
libpth library.
|
|
|
|
|
|
|
|
endif
|