* [Buildroot] [PATCH] package/gdb: disable simulator support for microblaze
@ 2016-11-14 22:05 Romain Naour
2016-11-14 22:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-11-14 22:05 UTC (permalink / raw)
To: buildroot
The gdb simulator seems missing with the Xilinx fork of gdb.
Disable it for microblaze since only the Xilinx version of gdb is
currently available.
Fixes:
http://autobuild.buildroot.net/results/907/9079dad3f138c313a6abb40825baf4d9683a2422
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
---
package/gdb/Config.in.host | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index b6eb41f..da6b30e 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -27,7 +27,7 @@ config BR2_PACKAGE_HOST_GDB_PYTHON
config BR2_PACKAGE_HOST_GDB_SIM
bool "Simulator support"
- depends on !BR2_arc
+ depends on !BR2_arc && !BR2_microblaze
help
This option enables the simulator support in the cross gdb.
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/gdb: disable simulator support for microblaze
2016-11-14 22:05 [Buildroot] [PATCH] package/gdb: disable simulator support for microblaze Romain Naour
@ 2016-11-14 22:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-14 22:48 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 14 Nov 2016 23:05:34 +0100, Romain Naour wrote:
> The gdb simulator seems missing with the Xilinx fork of gdb.
> Disable it for microblaze since only the Xilinx version of gdb is
> currently available.
>
> Fixes:
> http://autobuild.buildroot.net/results/907/9079dad3f138c313a6abb40825baf4d9683a2422
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
> ---
> package/gdb/Config.in.host | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-14 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 22:05 [Buildroot] [PATCH] package/gdb: disable simulator support for microblaze Romain Naour
2016-11-14 22:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox