diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-06-11 16:19:18 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-06-11 16:19:18 +0000 |
commit | 655b71665a0c3c11e1060fb90a9c705f04cdd064 (patch) | |
tree | 65f746c2ae2fd37611235ad55f675136031fd7bd /configure.in | |
parent | 4a09cbac250189dd6401e8af1e1c60f8d57f00e9 (diff) | |
download | gcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.zip gcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.tar.gz gcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.tar.bz2 |
configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure. Regenerate.
gcc:
* config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
DWARF 2 default.
* config/mips/dbxmdebug.h: New file.
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
gas and --with-stabs.
From-SVN: r67780
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index f9c631c..646a1c9 100644 --- a/configure.in +++ b/configure.in @@ -1230,10 +1230,6 @@ fi # Default to using --with-stabs for certain targets. if test x${with_stabs} = x ; then case "${target}" in - mips*-*-irix6*o32) - with_stabs=yes; - extra_host_args="${extra_host_args} --with-stabs" - ;; mips*-*-irix6*) ;; mips*-*-* | alpha*-*-osf*) |