projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e1302
)
* configure.in: Don't use --with-stabs on IRIX 6.
author
Jason Merrill
<jason@redhat.com>
Wed, 4 Dec 1996 13:10:04 +0000
(13:10 +0000)
committer
Jason Merrill
<jason@redhat.com>
Wed, 4 Dec 1996 13:10:04 +0000
(13:10 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 19c4a3c3d605a6c32326ece5c93342be08dc1a47..281b6f1930596126a48c2823744a8fe84b761b74 100644
(file)
--- 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"