* configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.

This commit is contained in:
Ian Lance Taylor 2000-03-02 01:35:52 +00:00
parent 9b1d3b78a3
commit 4e277b3808
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-03-01 Ian Lance Taylor <ian@zembu.com>
* configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2000-03-01 H.J. Lu <hjl@gnu.org>
* emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.

View File

@ -282,9 +282,6 @@ fr30-*-*) targ_emul=elf32fr30 ;;
mcore-*-pe) targ_emul=mcorepe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
mcore-*-elf) targ_emul=elf32mcore ;;
*-*-aout) targ_emul=${target_cpu}-${target_vendor} ;;
*-*-coff) targ_emul=${target_cpu}-${target_vendor} ;;
*-*-netware) targ_emul=${target_cpu}-nw ;;
*-*-ieee*) targ_emul=vanilla ;;
*)