* 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 19c4a3c3d605a6c32326ece5c93342be08dc1a47..281b6f1930596126a48c2823744a8fe84b761b74 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"
This page took 0.024545 seconds and 4 git commands to generate.