In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a1b6fca399a57e6d810978980f63306c4639688d?hp=275103cd8d1d6964f1b931e1d0de2b98e332c957>

- Log -----------------------------------------------------------------
commit a1b6fca399a57e6d810978980f63306c4639688d
Author: Lukas Mai <[email protected]>
Date:   Thu Oct 20 12:57:39 2016 +0200

    libperl.t: treat i686 arch the same as x86
-----------------------------------------------------------------------

Summary of changes:
 t/porting/libperl.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/porting/libperl.t b/t/porting/libperl.t
index 4a3e568..8c1350f 100644
--- a/t/porting/libperl.t
+++ b/t/porting/libperl.t
@@ -129,7 +129,7 @@ if (defined $nm_style) {
     }
 }
 
-if ($^O eq 'linux' && $Config{archname} !~ /^x86/) {
+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*";

--
Perl5 Master Repository

Reply via email to