diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 16:41:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 16:41:14 +0000 |
commit | a4a6ce7efffc04ada2c47fb8db51089d13dac5e1 (patch) | |
tree | 4333e1f08d4ce846e4b649b195857e9e37d787a5 /sim | |
parent | 42766a8009e67279d91d26f65c00d496a7e39353 (diff) | |
download | gdb-a4a6ce7efffc04ada2c47fb8db51089d13dac5e1.tar.gz |
2007-01-28 Manuel Lauss <slauss@resi.at>
* configure.ac (sh64-*-*): Change to sh64*-*-*.
(sh-*-*): Change to sh*-*-*.
* configure: Regenerated.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 6 | ||||
-rwxr-xr-x | sim/configure | 4 | ||||
-rw-r--r-- | sim/configure.ac | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index abd9713b7bd..00b7202878a 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -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. diff --git a/sim/configure b/sim/configure index 1e6ef3d975d..c4cd59cf577 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 c20d847c591..d7e822c1205 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 ;; |