Accept h8300h for target cpu.

This commit is contained in:
David Edelsohn 1993-07-14 03:07:04 +00:00
parent 595dc9a4ed
commit 8a80def6f4
1 changed files with 1 additions and 1 deletions

View File

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