Config.in 399 B

12345678910111213
  1. config BR2_PACKAGE_LIBNPTH
  2. bool "libnpth"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_USE_MMU # fork()
  5. help
  6. nPth is a library to provide the GNU Pth API and thus a
  7. non-preemptive threads implementation.
  8. https://www.gnupg.org/related_software/npth/index.html
  9. comment "libnpth needs a toolchain w/ threads support"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS
  11. depends on BR2_USE_MMU