* configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
authorAlan Modra <amodra@gmail.com>
Wed, 28 Aug 2002 00:10:47 +0000 (00:10 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 28 Aug 2002 00:10:47 +0000 (00:10 +0000)
ld/ChangeLog
ld/configure.tgt

index a8995e540e6cc6040d18078b30345ad6f890fcf7..f6fb2e735593e350e7a8b4666756e5b449085834 100644 (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>
 
        * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
index 66591650b3af64c5a63e5e3d2a0e5991c2e661af..9ee6d34aa208d3d784d77ebc6a9cc0e34b5773b3 100644 (file)
@@ -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"
                        ;;
This page took 0.028096 seconds and 4 git commands to generate.