No Description

Config.in 513B

1234567891011121314151617181920
  1. menu "Configuration"
  2. depends on PACKAGE_perl
  3. config PERL_THREADS
  4. bool "Enable threading support"
  5. default y if (mips || mipsel || x86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
  6. default n
  7. config PERL_TESTS
  8. bool "Include perl tests"
  9. default n
  10. help
  11. Include test suites for all perl packages.
  12. This will make perl related packages much bigger, so
  13. use with care.
  14. Note: Test support is still in development. Some tests
  15. still fail, others are just missing completely.
  16. endmenu