* Makefile.in (Makefile): Added config.status to dependency list.
[deliverable/binutils-gdb.git] / sim / configure.in
index d576bcebdd9871c2d292a80ca0f02facf728687b..aade12c410a181cf30e2ed992c210957c27ceac1 100644 (file)
@@ -3,7 +3,7 @@
 # appropriate for this directory.  For more information, check any
 # existing configure script.
 
-configdirs="h8300 z8k"
+configdirs="h8300 z8k h8500 sh w65"
 srctrigger=Makefile.in
 srcname="sim"
 target_dependent=true
@@ -19,17 +19,18 @@ 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 ;; 
+  w65-*-*)             sim_target=w65 ;;
+  *)                   sim_target=none ;;
 esac
 
 configdirs=${sim_target}
 
 if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
-       if [ -n "${sim_target}" ] ; then
-               echo '***' No file ${srcdir}/${sim_target}/${sim_target}.mt 1>&2
-       fi
-       echo '***' The simulator does not support target ${target} 1>&2
+target_makefile_frag=
 else
 target_makefile_frag=${sim_target}/${sim_target}.mt
 fi
This page took 0.023264 seconds and 4 git commands to generate.