perl: Enable CONFIG_PERL_THREADS properly by default for x86
authorMarcel Denia <naoir@gmx.net>
Sun, 15 Feb 2015 10:45:02 +0000 (11:45 +0100)
committerMarcel Denia <naoir@gmx.net>
Mon, 16 Feb 2015 14:15:49 +0000 (15:15 +0100)
Signed-off-by: Marcel Denia <naoir@gmx.net>
lang/perl/Config.in

index 1fd0774d3bb88df627574092c33949d762b4e291..d0fbe9f4c3e441705477f5338362f2ab9d03e1aa 100644 (file)
@@ -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