]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 abd9713b7bd37679e456405030eb9a2346257a49..00b7202878a42cd9aafa6b8da79f3b82b5c27e87 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 1e6ef3d975da197f09884eb6c67fa1eb40d48291..c4cd59cf577a8048c0b15e31e66cde717d3adbe9 100755 (executable)
@@ -3499,14 +3499,14 @@ subdirs="$subdirs mn10300"
 
           igen=yes
           ;;
-       sh64-*-*)
+       sh64*-*-*)
 
 
 subdirs="$subdirs sh64"
 
           testsuite=yes
           ;;
-       sh-*-*)
+       sh*-*-*)
 
 
 subdirs="$subdirs sh"
index c20d847c591055c3525cc5c723e8a5a4e8ac5831..d7e822c12058a66d1a652c429bd47f235ad4d202 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
           ;;