Fix h8300h support (need own .mt file).
This commit is contained in:
parent
fb564b406c
commit
5448fed531
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue