diff options
author | DJ Delorie <dj@delorie.com> | 2004-02-06 00:50:48 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2004-02-06 00:50:48 +0000 |
commit | df125375d3a0cd11cf11e86717b586f07887ed77 (patch) | |
tree | ec93b0eefffb94c2c67dc931c46ea39a5e8a0911 /configure | |
parent | 74a407df6c6009b1399efea498911342d4e6a918 (diff) | |
download | gdb-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-x | configure | 2 |
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; |