diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:35:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:35:52 +0000 |
commit | 4e277b380845ab7bb7090b7a71122e7efe1903e5 (patch) | |
tree | 51fdffcf57f61443411c3b58275de188907e21a0 /ld | |
parent | 9b1d3b78a33739e13692b1087307bb1a91054dd7 (diff) | |
download | binutils-gdb-4e277b380845ab7bb7090b7a71122e7efe1903e5.tar.gz |
* configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c4804898abc..d1abc9884a5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/configure.tgt b/ld/configure.tgt index 88f3696c440..57101493c3c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;; *) |