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

@@ -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
;;