perl: Add new CONFIG_PERL_THREADS option for enabling threading support

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia
2015-02-03 11:33:24 +01:00
parent d654a226fb
commit 4248b8b72d
2 changed files with 23 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
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