You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
513 B

  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