aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb/0038-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch
blob: 37a9646f4d81a3608a1d23f07158a14b85547b88 (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
From 6474cf4147887529ccb506b80f945aa67178f5bd Mon Sep 17 00:00:00 2001
From: David Holsgrove <david.holsgrove@xilinx.com>
Date: Mon, 16 Dec 2013 16:37:32 +1000
Subject: [PATCH 38/52] 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>
---
 gdb/configure.tgt | 1 +
 1 file changed, 1 insertion(+)

Index: gdb-9.2/gdb/configure.tgt
===================================================================
--- gdb-9.2.orig/gdb/configure.tgt
+++ gdb-9.2/gdb/configure.tgt
@@ -408,6 +408,7 @@ microblaze*-*-*)
 	# Target: Xilinx MicroBlaze running standalone
 	gdb_target_obs="microblaze-tdep.o"
 	gdb_sim=../sim/microblaze/libsim.a
+	build_gdbserver=yes
 	;;
 
 mips*-*-linux*)