* configure.in: Don't use --with-stabs on IRIX 6.

This commit is contained in:
Jason Merrill 1996-12-04 13:10:04 +00:00
parent e4e1302293
commit 780da94ce5
1 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,8 @@ fi
# Default to using --with-stabs for certain targets.
if [ x${with_stabs} = x ]; then
case "${target}" in
mips*-*-irix6*)
;;
mips*-*-* | alpha*-*-osf* | i[3456]86*-*-sysv4* | i[3456]86*-*-unixware*)
with_stabs=yes;
withoptions="${withoptions} --with-stabs"