* configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.

This commit is contained in:
Alan Modra 2002-08-28 00:10:47 +00:00
parent 72f227962f
commit 6459ecfa96
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-08-28 Alan Modra <amodra@bigpond.net.au>
* configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
2002-08-27 Egor Duda <deo@logos-m.ru> 2002-08-27 Egor Duda <deo@logos-m.ru>
* scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections. * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.

View File

@ -253,14 +253,14 @@ thumb-*-pe) targ_emul=armpe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
xscale-*-coff) targ_emul=armcoff ;; xscale-*-coff) targ_emul=armcoff ;;
xscale-*-elf) targ_emul=armelf ;; xscale-*-elf) targ_emul=armelf ;;
h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*) h8300-*-coff* | h8300-*-rtems*)
targ_emul=h8300; targ_extra_emuls="h8300h h8300s" targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
;; ;;
h8300-*-elf*) h8300-*-elf*)
targ_emul=h8300elf; targ_emul=h8300elf;
targ_extra_emuls="h8300helf h8300self" targ_extra_emuls="h8300helf h8300self"
;; ;;
h8500-*-hms* | h8500-*-coff*) h8500-*-coff* | h8500-*-rtems*)
targ_emul=h8500 targ_emul=h8500
targ_extra_emuls="h8500s h8500b h8500m h8500c" targ_extra_emuls="h8500s h8500b h8500m h8500c"
;; ;;