packages/lang/perl/Config.in
Marcel Denia 4248b8b72d perl: Add new CONFIG_PERL_THREADS option for enabling threading support
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-04 13:51:16 +01:00

20 lines
513 B
Text

menu "Configuration"
depends on PACKAGE_perl
config PERL_THREADS
bool "Enable threading support"
default y if (mips || mipsel || x86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
default n
config PERL_TESTS
bool "Include perl tests"
default n
help
Include test suites for all perl packages.
This will make perl related packages much bigger, so
use with care.
Note: Test support is still in development. Some tests
still fail, others are just missing completely.
endmenu