Fix h8300h support (need own .mt file).

This commit is contained in:
David Edelsohn 1993-07-16 20:44:05 +00:00
parent fb564b406c
commit 5448fed531
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ case "${target}" in
;;
a29k-*-*) my_target=coff-a29k
;;
h8300*-*-hms) my_target=coff-h8300
h8300-*-hms) my_target=coff-h8300
;;
h8300h-*-hms) my_target=coff-h8300h
;;
h8500-*-hms) my_target=coff-h8500
;;