Config.in 419 B

1234567891011121314
  1. config BR2_PACKAGE_PIGZ
  2. bool "pigz"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_ZLIB
  5. help
  6. pigz, which stands for parallel implementation of gzip, is a
  7. fully functional replacement for gzip that exploits multiple
  8. processors and multiple cores to the hilt when compressing
  9. data.
  10. http://www.zlib.net/pigz/
  11. comment "pigz needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS