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 | 8289ddfef60aaf9427eecb571875e35c9353ac55 (patch) | |
tree | 0b30b2b4df7fcf37dac412fce0e1fbd31490c709 /configure.in | |
parent | 2fc8291218e3bb54f766c9f8fa97e7c4ae8c76ad (diff) | |
download | cygnal-8289ddfef60aaf9427eecb571875e35c9353ac55.tar.gz cygnal-8289ddfef60aaf9427eecb571875e35c9353ac55.tar.bz2 cygnal-8289ddfef60aaf9427eecb571875e35c9353ac55.zip |
* 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 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*) |