Configure for h8300h too.
authorSteve Chamberlain <sac@cygnus>
Mon, 2 Aug 1993 21:19:38 +0000 (21:19 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 2 Aug 1993 21:19:38 +0000 (21:19 +0000)
sim/configure.in

index 10777615c6f3241b72ab835fe6ab556f3c5ade49..7ac1f375c218e0fe0cbdfa55a6d9664b5091cc69 100644 (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 ;;