diff options
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 abd9713..00b7202 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 1e6ef3d..c4cd59c 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 c20d847..d7e822c1 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 ;; |