This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275103c
)
libperl.t: treat i686 arch the same as x86
author
Lukas Mai
<l.mai@web.de>
Thu, 20 Oct 2016 10:57:39 +0000
(12:57 +0200)
committer
Lukas Mai
<l.mai@web.de>
Thu, 20 Oct 2016 10:57:39 +0000
(12:57 +0200)
t/porting/libperl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/libperl.t
b/t/porting/libperl.t
index
4a3e568
..
8c1350f
100644
(file)
--- a/
t/porting/libperl.t
+++ b/
t/porting/libperl.t
@@
-129,7
+129,7
@@
if (defined $nm_style) {
}
}
-if ($^O eq 'linux' && $Config{archname} !~ /^
x
86/) {
+if ($^O eq 'linux' && $Config{archname} !~ /^
(?:x|i6)
86/) {
# For example in ppc most (but not all!) code symbols are placed
# in 'D' (data), not in ' T '. We cannot work under such conditions.
skip_all "linux but archname $Config{archname} not x86*";