summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch
blob: 78067c8754c2c3150a1d7a34bf84acf85dcb6ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: David Holsgrove <david.holsgrove@xilinx.com>
Date: Mon, 16 Dec 2013 16:37:32 +1000
Subject: microblaze: Add build_gdbserver=yes to top level configure.tgt

For Microblaze linux toolchains, set the build_gdbserver=yes
to allow driving gdbserver configuration from the upper level

This patch has been absorbed into the original patch to add
linux gdbserver support for Microblaze.

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Upstream-Status: Pending
---
 gdb/configure.tgt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 1285aac..6ea10a2 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -342,6 +342,7 @@ microblaze*-linux-*|microblaze*-*-linux*)
 	gdb_target_obs="microblaze-tdep.o microblaze-linux-tdep.o microblaze-rom.o glibc-tdep.o \
 			monitor.o dsrec.o solib-svr4.o symfile-mem.o linux-tdep.o"
 	gdb_sim=../sim/microblaze/libsim.a
+	build_gdbserver=yes
 	;;
 microblaze*-*-*)
 	# Target: Xilinx MicroBlaze running standalone
-- 
1.7.9.5