Add support for h8300hn and h8300sn
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 8a1456149912cbab10bc2f512a523797d2506bd9..66f2f5e7d8bda7f6653338ccb6ebe40600b894ed 100644 (file)
@@ -261,11 +261,11 @@ thumb-*-pe)               targ_emul=armpe ;
 xscale-*-coff)         targ_emul=armcoff ;;
 xscale-*-elf)          targ_emul=armelf ;;
 h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
-                       targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
+                       targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn"
                        ;;
 h8300-*-elf*)
                        targ_emul=h8300elf;
-                       targ_extra_emuls="h8300helf h8300self"
+                       targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf"
                        ;;
 h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
                        targ_emul=h8500
This page took 0.024669 seconds and 4 git commands to generate.