diff options
author | DJ Delorie <dj@redhat.com> | 2002-07-11 19:38:34 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-07-11 19:38:34 +0000 |
commit | d7cf5d30bdcb5ecdb426e5c89f1dbb1eb09aad13 (patch) | |
tree | f17ff10362a29e08d0905eb7de2a54898a383445 /configure.in | |
parent | 6f0eaa018a5c661c298b5dea0675ed8face129a8 (diff) | |
download | gdb-d7cf5d30bdcb5ecdb426e5c89f1dbb1eb09aad13.zip gdb-d7cf5d30bdcb5ecdb426e5c89f1dbb1eb09aad13.tar.gz gdb-d7cf5d30bdcb5ecdb426e5c89f1dbb1eb09aad13.tar.bz2 |
* configure.in (mips*-*-irix6*o32): Enable stabs.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0eb3782..adde914 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*) |