From: DJ Delorie Date: Thu, 11 Jul 2002 19:38:34 +0000 (+0000) Subject: * configure.in (mips*-*-irix6*o32): Enable stabs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7cf5d30bdcb5ecdb426e5c89f1dbb1eb09aad13;p=binutils-gdb.git * configure.in (mips*-*-irix6*o32): Enable stabs. --- diff --git a/ChangeLog b/ChangeLog index 8f0e6c8bb2a..bc9fa6ab5ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-11 Rainer Orth + + * configure.in (mips*-*-irix6*o32): Enable stabs. + 2002-07-08 Nathanael Nerode * configure.in: Don't build grez. diff --git a/configure.in b/configure.in index 0eb378257de..adde9145a78 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*)