summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2004-02-06 00:50:48 +0000
committerDJ Delorie <dj@delorie.com>2004-02-06 00:50:48 +0000
commitdf125375d3a0cd11cf11e86717b586f07887ed77 (patch)
treeec93b0eefffb94c2c67dc931c46ea39a5e8a0911 /configure
parent74a407df6c6009b1399efea498911342d4e6a918 (diff)
downloadgdb-df125375d3a0cd11cf11e86717b586f07887ed77.tar.gz
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88d3753ed65..71791ac9e2a 100755
--- 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;