No Description

Config.in 517B

1234567891011121314151617181920
  1. menu "Configuration"
  2. depends on PACKAGE_perl
  3. config PERL_THREADS
  4. bool "Enable threading support"
  5. default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
  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 increase the size of perl and related packages
  13. considerably.
  14. Test support is still in development. Some tests will fail,
  15. others are just missing completely.
  16. endmenu