Config.in 435 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBPTHSEM
  2. bool "libpthsem"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. GNU pth is a user mode multi threading library. pthsem is an
  6. extend version, with support for semaphores added.
  7. http://www.auto.tuwien.ac.at/~mkoegler/pth/
  8. if BR2_PACKAGE_LIBPTHSEM
  9. config BR2_PACKAGE_LIBPTHSEM_COMPAT
  10. bool "libpth compatibility"
  11. help
  12. This option enables the compatibility with the original
  13. libpth library.
  14. endif