perl: Enable threading support by default for all libc implementations

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2015-06-17 18:38:06 +02:00
parent 392e1475c8
commit dc475f7886

View file

@ -3,7 +3,7 @@ menu "Configuration"
config PERL_THREADS
bool "Enable threading support"
default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm)
default n
config PERL_TESTS