summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sim/ChangeLog6
-rwxr-xr-xsim/configure4
-rw-r--r--sim/configure.ac4
3 files changed, 10 insertions, 4 deletions
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 <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 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
;;
OpenPOWER on IntegriCloud