daily update
[deliverable/binutils-gdb.git] / sim / configure
index e78c1c42113dd5a35efee2a0d0c9a7feeb711722..4f11312e7d03cb7db9d00c6d3b8412e371b463ec 100755 (executable)
@@ -273,18 +273,20 @@ PACKAGE_BUGREPORT=
 
 ac_unique_file="Makefile.in"
 ac_subdirs_all="$ac_subdirs_all arm"
+ac_subdirs_all="$ac_subdirs_all cris"
 ac_subdirs_all="$ac_subdirs_all d10v"
 ac_subdirs_all="$ac_subdirs_all frv"
 ac_subdirs_all="$ac_subdirs_all h8300"
+ac_subdirs_all="$ac_subdirs_all iq2000"
 ac_subdirs_all="$ac_subdirs_all m32r"
 ac_subdirs_all="$ac_subdirs_all m68hc11"
 ac_subdirs_all="$ac_subdirs_all mcore"
 ac_subdirs_all="$ac_subdirs_all mips"
 ac_subdirs_all="$ac_subdirs_all mn10300"
+ac_subdirs_all="$ac_subdirs_all sh64"
 ac_subdirs_all="$ac_subdirs_all sh"
 ac_subdirs_all="$ac_subdirs_all ppc"
 ac_subdirs_all="$ac_subdirs_all v850"
-ac_subdirs_all="$ac_subdirs_all erc32"
 ac_subdirs_all="$ac_subdirs_all testsuite"
 ac_subdirs_all="$ac_subdirs_all common"
 ac_subdirs_all="$ac_subdirs_all igen"
@@ -2468,31 +2470,6 @@ else
 fi
 
 
-ac_aux_dir=
-for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
-  if test -f $ac_dir/install-sh; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install-sh -c"
-    break
-  elif test -f $ac_dir/install.sh; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install.sh -c"
-    break
-  elif test -f $ac_dir/shtool; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/shtool install -c"
-    break
-  fi
-done
-if test -z "$ac_aux_dir"; then
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&5
-echo "$as_me: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-
 # Make sure we can run config.sub.
 $ac_config_sub sun4 >/dev/null 2>&1 ||
   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
@@ -3440,6 +3417,14 @@ if test "${enable_sim}" != no; then
 
 subdirs="$subdirs arm"
 
+          testsuite=yes
+          common=yes
+          ;;
+       cris-*-* | crisv32-*-*)
+
+
+subdirs="$subdirs cris"
+
           testsuite=yes
           common=yes
           ;;
@@ -3462,6 +3447,14 @@ subdirs="$subdirs frv"
 
 subdirs="$subdirs h8300"
 
+          testsuite=yes
+          common=yes
+          ;;
+       iq2000-*-*)
+
+
+subdirs="$subdirs iq2000"
+
           testsuite=yes
           common=yes
           ;;
@@ -3495,6 +3488,7 @@ subdirs="$subdirs mcore"
 subdirs="$subdirs mips"
 
           testsuite=yes
+          common=yes
           igen=yes
           ;;
        mn10300*-*-*)
@@ -3502,9 +3496,18 @@ subdirs="$subdirs mips"
 
 subdirs="$subdirs mn10300"
 
+          common=yes
           igen=yes
           ;;
-       sh*-*-*)
+       sh64-*-*)
+
+
+subdirs="$subdirs sh64"
+
+          testsuite=yes
+          common=yes
+          ;;
+       sh-*-*)
 
 
 subdirs="$subdirs sh"
@@ -3525,12 +3528,6 @@ subdirs="$subdirs ppc"
 subdirs="$subdirs v850"
 
           common=yes
-          ;;
-       sparc*-*-*)
-
-
-subdirs="$subdirs erc32"
-
           ;;
    esac
    if test "$testsuite" = yes; then
This page took 0.027867 seconds and 4 git commands to generate.