summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-02-06 00:50:48 +0000
committerDJ Delorie <dj@redhat.com>2004-02-06 00:50:48 +0000
commite31d1ea3ab76fe4ac4f976cd7145daf6411b4e41 (patch)
treeece1e8666f48b6363a61255f55d02f0fef38d6a3 /configure.in
parentb9cd6d0b0dc85f23a41f4bb9ce42bbfb5b31cc2d (diff)
downloadppe42-binutils-e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41.tar.gz
ppe42-binutils-e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41.zip
2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in: Don't pass --with-stabs on IRIX 5 either. * configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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;
OpenPOWER on IntegriCloud