* configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Mar 2000 01:35:52 +0000 (01:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Mar 2000 01:35:52 +0000 (01:35 +0000)
ld/ChangeLog
ld/configure.tgt

index c4804898abcd5b4cecc962050f81ac35b444ac47..d1abc9884a5c8a8bfeca5477a1bd7c9d74c068ab 100644 (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.
index 88f3696c440f2562d6af942550388f8344f9e379..57101493c3c8d952ef8882a8bb7a3a0a46034b5e 100644 (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 ;;
 
 *)
This page took 0.037016 seconds and 4 git commands to generate.