diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-11 16:19:18 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-11 16:19:18 +0000 |
commit | 8a76f31d6326c914446199c98d644f1d48da0755 (patch) | |
tree | 65f746c2ae2fd37611235ad55f675136031fd7bd /configure.in | |
parent | 4c8e932f9104827e84ea173ab2884430475fc8f1 (diff) | |
download | gcc-8a76f31d6326c914446199c98d644f1d48da0755.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67780 138bc75d-0d04-0410-961f-82ee72b054a4
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 f9c631c5c7a..646a1c9d392 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*) |