diff options
author | DJ Delorie <dj@redhat.com> | 2004-02-06 00:50:48 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-02-06 00:50:48 +0000 |
commit | 4ea8488c702529fd5e5bd32c2e7b624be8bad81b (patch) | |
tree | 292630966a48c6be3f6948c8e2ceb13352cdb368 | |
parent | 8db3ebc0ea8153499eba2be45ef4782f19594fc5 (diff) | |
download | cygnal-4ea8488c702529fd5e5bd32c2e7b624be8bad81b.tar.gz cygnal-4ea8488c702529fd5e5bd32c2e7b624be8bad81b.tar.bz2 cygnal-4ea8488c702529fd5e5bd32c2e7b624be8bad81b.zip |
2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 8 insertions, 3 deletions
@@ -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. @@ -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; diff --git a/configure.in b/configure.in index b286f1aa7..eb374a45b 100644 --- a/configure.in +++ b/configure.in @@ -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; |