projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0521298
)
perl: Enable CONFIG_PERL_THREADS properly by default for x86
author
Marcel Denia
<naoir@gmx.net>
Sun, 15 Feb 2015 10:45:02 +0000
(11:45 +0100)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/lang/perl/Config.in
b/lang/perl/Config.in
index 1fd0774d3bb88df627574092c33949d762b4e291..d0fbe9f4c3e441705477f5338362f2ab9d03e1aa 100644
(file)
--- 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 ||
x
86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
+ default y if (mips || mipsel ||
i386 || i6
86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
default n
config PERL_TESTS