From 780da94ce562c33acfbe5035e4c6637a7503a1f1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 4 Dec 1996 13:10:04 +0000 Subject: * configure.in: Don't use --with-stabs on IRIX 6. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 19c4a3c..281b6f1 100644 --- a/configure.in +++ b/configure.in @@ -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" -- cgit v1.1