yangtse: curl-www/auto ccwarn.pm,1.5,1.6
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv26911/auto
Modified Files:
ccwarn.pm
Log Message:
Expand detection of GNU ld error messages to IRIX ld32 & ld64
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ccwarn.pm 13 Feb 2007 18:27:15 -0000 1.5
+++ ccwarn.pm 16 Feb 2007 03:49:40 -0000 1.6
@@ -39,8 +39,8 @@
($l =~ /^[\.\\]*([.\\\/a-zA-Z0-9-]*)\.[chy]\(([0-9:]*)/) ||
# libtool error
($l =~ /^libtool: link: /) ||
- # GNU ld error
- ($l =~ /^[^ ?*]*ld: /))
+ # GNU and MIPS ld error
+ ($l =~ /^[^ ?*]*ld((32)|(64))?: /))
{
my $re;
foreach $re (@ig) {