diff options
author | Jason Merrill <jason@redhat.com> | 1996-12-04 13:10:04 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1996-12-04 13:10:04 +0000 |
commit | 780da94ce562c33acfbe5035e4c6637a7503a1f1 (patch) | |
tree | 9fea6b0cad9b48dffbc37ba8baf411d9bc396e8e /configure.in | |
parent | e4e13022939b13bc1ca90745a7b19a752e590f84 (diff) | |
download | gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.zip gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.tar.gz gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.tar.bz2 |
* configure.in: Don't use --with-stabs on IRIX 6.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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" |