This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH] Added build_gdbserver=yes for m32r
- From: Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
- To: Kei Sakamoto <sakamoto dot kei at renesas dot com>
- Cc: "gdb-patches at sources dot redhat dot com" <gdb-patches at sources dot redhat dot com>
- Date: Fri, 16 Jun 2006 19:49:41 +0900
- Subject: [PATCH] Added build_gdbserver=yes for m32r
Hi Kei,
M32R-linux target has a gdbserver,
but "build_gdbserver=yes" is not in gdb/configure.tgt.
Please apply the patch.
Regards,
Kasuhiro Inaoka
2006-06-16 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com
* Added gdbserver support for m32r.
--- gdb/configure.tgt.org 2006-06-16 18:36:55.067605712 +0900
+++ gdb/configure.tgt 2006-06-16 18:37:54.908508512 +0900
@@ -109,7 +109,8 @@ iq2000-*-*) gdb_target=iq2000 ;;
m32c-*-*) gdb_target=m32c ;;
-m32r*-*-linux*) gdb_target=linux ;;
+m32r*-*-linux*) gdb_target=linux
+ build_gdbserver=yes ;;
m32r*-*-*) gdb_target=m32r ;;
m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;