blob: dede70e8fc3aaaec64e2e079ef96e96a9a4e7059 [file] [log] [blame]
Andrew Geissler10fa1492020-12-11 16:25:29 -06001From 463a2d331ab68484913a2957614e852eac793583 Mon Sep 17 00:00:00 2001
Andrew Geissler84ad7c52020-06-27 00:00:16 -05002From: David Holsgrove <david.holsgrove@xilinx.com>
3Date: Mon, 16 Dec 2013 16:37:32 +1000
Andrew Geissler10fa1492020-12-11 16:25:29 -06004Subject: [PATCH 38/52] microblaze: Add build_gdbserver=yes to top level
Andrew Geissler84ad7c52020-06-27 00:00:16 -05005 configure.tgt
6
7For Microblaze linux toolchains, set the build_gdbserver=yes
8to allow driving gdbserver configuration from the upper level
9
10This patch has been absorbed into the original patch to add
11linux gdbserver support for Microblaze.
12
13Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
14---
15 gdb/configure.tgt | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/gdb/configure.tgt b/gdb/configure.tgt
Andrew Geissler10fa1492020-12-11 16:25:29 -060019index 2938fddfe8..ac2d35a991 100644
Andrew Geissler84ad7c52020-06-27 00:00:16 -050020--- a/gdb/configure.tgt
21+++ b/gdb/configure.tgt
Andrew Geisslera9ff2b32020-10-16 10:11:54 -050022@@ -397,6 +397,7 @@ microblaze*-*-*)
Andrew Geissler84ad7c52020-06-27 00:00:16 -050023 # Target: Xilinx MicroBlaze running standalone
24 gdb_target_obs="microblaze-tdep.o"
25 gdb_sim=../sim/microblaze/libsim.a
26+ build_gdbserver=yes
27 ;;
28
29 mips*-*-linux*)
30--
312.17.1
32