]> git.wh0rd.org - patches.git/blame - gdb-sim-superh-targets.patch
initial import
[patches.git] / gdb-sim-superh-targets.patch
CommitLineData
5e993f12 12007-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 ;;