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:
parent
c7ba131ee0
commit
cecb04b70c
3 changed files with 10 additions and 4 deletions
|
@ -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
vendored
4
sim/configure
vendored
|
@ -3499,14 +3499,14 @@ subdirs="$subdirs mn10300"
|
|||
|
||||
igen=yes
|
||||
;;
|
||||
sh64-*-*)
|
||||
sh64*-*-*)
|
||||
|
||||
|
||||
subdirs="$subdirs sh64"
|
||||
|
||||
testsuite=yes
|
||||
;;
|
||||
sh-*-*)
|
||||
sh*-*-*)
|
||||
|
||||
|
||||
subdirs="$subdirs sh"
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue