* libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.
[deliverable/binutils-gdb.git] / 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 ;;
This page took 0.022883 seconds and 4 git commands to generate.