aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1996-12-04 13:10:04 +0000
committerJason Merrill <jason@redhat.com>1996-12-04 13:10:04 +0000
commit780da94ce562c33acfbe5035e4c6637a7503a1f1 (patch)
tree9fea6b0cad9b48dffbc37ba8baf411d9bc396e8e /configure.in
parente4e13022939b13bc1ca90745a7b19a752e590f84 (diff)
downloadfsf-binutils-gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.zip
fsf-binutils-gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.tar.gz
fsf-binutils-gdb-780da94ce562c33acfbe5035e4c6637a7503a1f1.tar.bz2
* configure.in: Don't use --with-stabs on IRIX 6.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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"