blob: dede70e8fc3aaaec64e2e079ef96e96a9a4e7059 [file] [log] [blame]
From 463a2d331ab68484913a2957614e852eac793583 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(+)
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 2938fddfe8..ac2d35a991 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -397,6 +397,7 @@ microblaze*-*-*)
# Target: Xilinx MicroBlaze running standalone
gdb_target_obs="microblaze-tdep.o"
gdb_sim=../sim/microblaze/libsim.a
+ build_gdbserver=yes
;;
mips*-*-linux*)
--
2.17.1