* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate.
This commit is contained in:
DJ Delorie
2004-02-06 00:50:48 +00:00
parent 8db3ebc0ea
commit 4ea8488c70
3 changed files with 8 additions and 3 deletions

2
configure vendored
View File

@@ -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;