OSDN Git Service

2007-01-28 Manuel Lauss <slauss@resi.at>
authorMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2007 16:41:14 +0000 (16:41 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2007 16:41:14 +0000 (16:41 +0000)
* configure.ac (sh64-*-*): Change to sh64*-*-*.
(sh-*-*): Change to sh*-*-*.
* configure: Regenerated.

sim/ChangeLog
sim/configure
sim/configure.ac

index abd9713..00b7202 100644 (file)
@@ -1,3 +1,9 @@
+2007-01-28  Manuel Lauss  <slauss@resi.at>
+
+       * configure.ac (sh64-*-*): Change to sh64*-*-*.
+       (sh-*-*): Change to sh*-*-*.
+       * configure: Regenerated.
+
 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
 
        Updated copyright notices for most files.
index 1e6ef3d..c4cd59c 100755 (executable)
@@ -3499,14 +3499,14 @@ subdirs="$subdirs mn10300"
 
           igen=yes
           ;;
-       sh64-*-*)
+       sh64*-*-*)
 
 
 subdirs="$subdirs sh64"
 
           testsuite=yes
           ;;
-       sh-*-*)
+       sh*-*-*)
 
 
 subdirs="$subdirs sh"
index c20d847..d7e822c 100644 (file)
@@ -94,11 +94,11 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(mn10300)
           igen=yes
           ;;
-       sh64-*-*)
+       sh64*-*-*)
            AC_CONFIG_SUBDIRS(sh64)
           testsuite=yes
           ;;
-       sh-*-*)
+       sh*-*-*)
            AC_CONFIG_SUBDIRS(sh)
           testsuite=yes
           ;;