From d091b65926aa7630189396c78b233ed0231f9f66 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 15 Feb 2015 11:45:02 +0100 Subject: [PATCH] perl: Enable CONFIG_PERL_THREADS properly by default for x86 Signed-off-by: Marcel Denia --- lang/perl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/perl/Config.in b/lang/perl/Config.in index 1fd0774d3..d0fbe9f4c 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