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 | e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41 (patch) | |
tree | ece1e8666f48b6363a61255f55d02f0fef38d6a3 /configure | |
parent | b9cd6d0b0dc85f23a41f4bb9ce42bbfb5b31cc2d (diff) | |
download | gdb-e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41.zip gdb-e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41.tar.gz gdb-e31d1ea3ab76fe4ac4f976cd7145daf6411b4e41.tar.bz2 |
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
@@ -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; |