* configure.in: Don't use --with-stabs on IRIX 6.
authorJason Merrill <jason@redhat.com>
Wed, 4 Dec 1996 13:10:04 +0000 (13:10 +0000)
committerJason Merrill <jason@redhat.com>
Wed, 4 Dec 1996 13:10:04 +0000 (13:10 +0000)
configure.in

index 19c4a3c..281b6f1 100644 (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"