2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
authorDJ Delorie <dj@redhat.com>
Fri, 6 Feb 2004 00:50:48 +0000 (00:50 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 6 Feb 2004 00:50:48 +0000 (00:50 +0000)
* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate.

ChangeLog
configure
configure.in

index 4d10c68894cdb81637c4b6e29ea09b860bf685ae..b5b87789989365cd7d07b838e61911613343d54f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in: Don't pass --with-stabs on IRIX 5 either.
+       * configure: Regenerate.
+
 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
 
        * COPYING.NEWLIB: Update Red Hat license to 2004.
index 88d3753ed656758ab951cadf8dda0ee4f4b9bc40..71791ac9e2acf1549985ff0c6b0baf06e80ed6c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -2011,7 +2011,7 @@ fi
 # Default to using --with-stabs for certain targets.
 if test x${with_stabs} = x ; then
   case "${target}" in
-  mips*-*-irix6*)
+  mips*-*-irix[56]*)
     ;;
   mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;
index b286f1aa7ef4c9ee9cf8d4fbbdfbb61b258e613d..eb374a45b38553fa7dbc76dabf6e6671a36eb026 100644 (file)
@@ -1,5 +1,5 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-#   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1250,7 +1250,7 @@ fi
 # Default to using --with-stabs for certain targets.
 if test x${with_stabs} = x ; then
   case "${target}" in
-  mips*-*-irix6*)
+  mips*-*-irix[[56]]*)
     ;;
   mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;