diff options
author | Daniel Jacobowitz <dan@debian.org> | 2004-02-09 19:44:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2004-02-09 19:44:01 +0000 |
commit | cee0802370de30b5e41a57a9e2bde1b446ca0770 (patch) | |
tree | b601adf9aaa6b9c05aa7a20e421d619f1234da1b /configure.in | |
parent | f4570b829b5e52cf5d7abebf61a18d876fa6bcc1 (diff) | |
download | binutils-redhat-drow-cplus-branch.tar.gz |
Merge drow-cplus-merge-20040208 to drow-cplus-branch.drow-cplus-branch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b286f1aa7e..eb374a45b3 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; |