commit d091b65926aa7630189396c78b233ed0231f9f66 parent 052129858e9a8fc286bdadf387ac8d3d8f39eb8c Author: Marcel Denia <naoir@gmx.net> Date: Sun, 15 Feb 2015 11:45:02 +0100 perl: Enable CONFIG_PERL_THREADS properly by default for x86 Signed-off-by: Marcel Denia <naoir@gmx.net> Diffstat:
| M | lang/perl/Config.in | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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