From: Marcel Denia Date: Sun, 15 Feb 2015 10:45:02 +0000 (+0100) Subject: perl: Enable CONFIG_PERL_THREADS properly by default for x86 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d091b65926aa7630189396c78b233ed0231f9f66;p=feed%2Fpackages.git perl: Enable CONFIG_PERL_THREADS properly by default for x86 Signed-off-by: Marcel Denia --- diff --git a/lang/perl/Config.in b/lang/perl/Config.in index 1fd0774d3b..d0fbe9f4c3 100644 --- a/lang/perl/Config.in +++ b/lang/perl/Config.in @@ -3,7 +3,7 @@ menu "Configuration" config PERL_THREADS bool "Enable threading support" - default y if (mips || mipsel || x86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC) + default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC) default n config PERL_TESTS