From: Mike Frysinger Date: Mon, 29 Jan 2007 16:41:14 +0000 (+0000) Subject: 2007-01-28 Manuel Lauss X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a4a6ce7efffc04ada2c47fb8db51089d13dac5e1;p=pf3gnuchains%2Fpf3gnuchains3x.git 2007-01-28 Manuel Lauss * configure.ac (sh64-*-*): Change to sh64*-*-*. (sh-*-*): Change to sh*-*-*. * configure: Regenerated. --- diff --git a/sim/ChangeLog b/sim/ChangeLog index abd9713b7b..00b7202878 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,9 @@ +2007-01-28 Manuel Lauss + + * configure.ac (sh64-*-*): Change to sh64*-*-*. + (sh-*-*): Change to sh*-*-*. + * configure: Regenerated. + 2007-01-09 Daniel Jacobowitz Updated copyright notices for most files. diff --git a/sim/configure b/sim/configure index 1e6ef3d975..c4cd59cf57 100755 --- a/sim/configure +++ b/sim/configure @@ -3499,14 +3499,14 @@ subdirs="$subdirs mn10300" igen=yes ;; - sh64-*-*) + sh64*-*-*) subdirs="$subdirs sh64" testsuite=yes ;; - sh-*-*) + sh*-*-*) subdirs="$subdirs sh" diff --git a/sim/configure.ac b/sim/configure.ac index c20d847c59..d7e822c120 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -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 ;;