Configure for h8300h too.

This commit is contained in:
Steve Chamberlain 1993-08-02 21:19:38 +00:00
parent ac88287fa2
commit f412eb92fe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ target_dependent=true
# convention, else the table becomes a real mess to understand and maintain.
case "${target}" in
h8300-*-*) sim_target=h8300 ;;
h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
z8k*-*-*) sim_target=z8k ;;
sh*-*-*) sim_target=sh ;;