2007-01-28 Manuel Lauss <slauss@resi.at>

* configure.ac (sh64-*-*): Change to sh64*-*-*.
	(sh-*-*): Change to sh*-*-*.
	* configure: Regenerated.
This commit is contained in:
Mike Frysinger 2007-01-29 16:41:14 +00:00
parent c7ba131ee0
commit cecb04b70c
3 changed files with 10 additions and 4 deletions

View 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> 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
Updated copyright notices for most files. Updated copyright notices for most files.

4
sim/configure vendored
View File

@ -3499,14 +3499,14 @@ subdirs="$subdirs mn10300"
igen=yes igen=yes
;; ;;
sh64-*-*) sh64*-*-*)
subdirs="$subdirs sh64" subdirs="$subdirs sh64"
testsuite=yes testsuite=yes
;; ;;
sh-*-*) sh*-*-*)
subdirs="$subdirs sh" subdirs="$subdirs sh"

View File

@ -94,11 +94,11 @@ if test "${enable_sim}" != no; then
AC_CONFIG_SUBDIRS(mn10300) AC_CONFIG_SUBDIRS(mn10300)
igen=yes igen=yes
;; ;;
sh64-*-*) sh64*-*-*)
AC_CONFIG_SUBDIRS(sh64) AC_CONFIG_SUBDIRS(sh64)
testsuite=yes testsuite=yes
;; ;;
sh-*-*) sh*-*-*)
AC_CONFIG_SUBDIRS(sh) AC_CONFIG_SUBDIRS(sh)
testsuite=yes testsuite=yes
;; ;;