* configure.in (mips*-*-irix6*o32): Enable stabs.
This commit is contained in:
parent
2fc8291218
commit
8289ddfef6
|
@ -1,3 +1,7 @@
|
|||
2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.in (mips*-*-irix6*o32): Enable stabs.
|
||||
|
||||
2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* configure.in: Don't build grez.
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue