Browse Source

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

* configure.ac (sh64-*-*): Change to sh64*-*-*.
	(sh-*-*): Change to sh*-*-*.
	* configure: Regenerated.
drow-reverse-20070409-branch
Mike Frysinger 19 years ago
parent
commit
cecb04b70c
  1. 6
      sim/ChangeLog
  2. 4
      sim/configure
  3. 4
      sim/configure.ac

6
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.

4
sim/configure

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

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

Loading…
Cancel
Save