diff options
author | Thiemo Seufer <ths@networkno.de> | 2004-04-11 04:07:46 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2004-04-11 04:07:46 +0000 |
commit | 279500dea9150c45d679dd23387a219b308b5c76 (patch) | |
tree | a0a7f058187619cab19f2ed3e2836853c434d3a2 /gas/configure | |
parent | b5018f0810a7c645fa51837a6ba45a9e7bbb6729 (diff) | |
download | gdb-279500dea9150c45d679dd23387a219b308b5c76.zip gdb-279500dea9150c45d679dd23387a219b308b5c76.tar.gz gdb-279500dea9150c45d679dd23387a219b308b5c76.tar.bz2 |
/bfd/ChangeLog
* config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
* configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
* configure: Regenerate.
/gas/ChangeLog
* Makefile.am: Remove mips from aout targets.
* Makefile.in: Regenerate.
* configure.in: Remove mips-dec-bsd* target.
* configure: Regenerate.
/ld/ChangeLog
* configure.host: Remove mips*-dec-bsd* target.
* configure.tgt: Likewise.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index 3514954..1cb9226 100755 --- a/gas/configure +++ b/gas/configure @@ -4415,7 +4415,6 @@ echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a wo # don't change em like *-*-bsd does mips-dec-openbsd*) fmt=elf endian=little ;; - mips-dec-bsd*) fmt=aout endian=little ;; mips-sony-bsd*) fmt=ecoff ;; mips-*-bsd*) { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5 |