Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 979cd70

Browse files
committed
fix porting/libperl.t with -DNO_MATHOMS
1 parent d99bb32 commit 979cd70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/porting/libperl.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,10 @@ if (defined $nm_err_tmp) {
650650
print "# -flto ignoring output $_";
651651
next;
652652
}
653+
if (/nm: mathoms.o: no symbols/ and $Config{ccflags} =~ /-DNO_MATHOMS/) {
654+
print "# NO_MATHOMS ignoring output $_";
655+
next;
656+
}
653657
warn "$0: Unexpected $nm error: $_";
654658
$error++;
655659
}

0 commit comments

Comments
 (0)