From 6459ecfa96eeb7fbdc65365b61e7149c0e7205ba Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 28 Aug 2002 00:10:47 +0000 Subject: * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*. --- ld/configure.tgt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 6659165..9ee6d34 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -253,14 +253,14 @@ thumb-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; xscale-*-coff) targ_emul=armcoff ;; xscale-*-elf) targ_emul=armelf ;; -h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*) +h8300-*-coff* | h8300-*-rtems*) targ_emul=h8300; targ_extra_emuls="h8300h h8300s" ;; h8300-*-elf*) targ_emul=h8300elf; targ_extra_emuls="h8300helf h8300self" ;; -h8500-*-hms* | h8500-*-coff*) +h8500-*-coff* | h8500-*-rtems*) targ_emul=h8500 targ_extra_emuls="h8500s h8500b h8500m h8500c" ;; -- cgit v1.1