From 8289ddfef60aaf9427eecb571875e35c9353ac55 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 11 Jul 2002 19:38:34 +0000 Subject: * configure.in (mips*-*-irix6*o32): Enable stabs. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0eb378257..adde9145a 100644 --- a/configure.in +++ b/configure.in @@ -1255,6 +1255,10 @@ esac # Default to using --with-stabs for certain targets. if test x${with_stabs} = x ; then case "${target}" in + mips*-*-irix6*o32) + with_stabs=yes; + withoptions="${withoptions} --with-stabs" + ;; mips*-*-irix6*) ;; mips*-*-* | alpha*-*-osf*) -- cgit v1.2.3