]> git.wh0rd.org - patches.git/blob - gdb-sim-superh-targets.patch
sync vapier-m
[patches.git] / gdb-sim-superh-targets.patch
1 2007-01-28 Manuel Lauss <slauss@resi.at>
2
3 * configure.ac (sh64-*-*): Change to sh64*-*-*.
4 (sh-*-*): Change to sh*-*-*.
5 * configure: Regenerated.
6
7 --- sim/configure.ac
8 +++ sim/configure.ac
9 @@ -94,11 +94,11 @@ if test "${enable_sim}" != no; then
10 AC_CONFIG_SUBDIRS(mn10300)
11 igen=yes
12 ;;
13 - sh64-*-*)
14 + sh64*-*-*)
15 AC_CONFIG_SUBDIRS(sh64)
16 testsuite=yes
17 ;;
18 - sh-*-*)
19 + sh*-*-*)
20 AC_CONFIG_SUBDIRS(sh)
21 testsuite=yes
22 ;;