* [Buildroot] [PATCH] gdb: target gdb not available on microblaze
@ 2012-10-12 16:30 Thomas Petazzoni
2012-10-14 18:14 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-10-12 16:30 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.org/results/5950c95ca12721dd910ad72fe52bfa9ac45a5120/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
toolchain/gdb/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index fd6956b..272e196 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_GDB
select BR2_PACKAGE_NCURSES
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_sh && !BR2_sh64 && !BR2_avr32
+ depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze
help
Build the full gdb debugger to run on the target.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-14 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 16:30 [Buildroot] [PATCH] gdb: target gdb not available on microblaze Thomas Petazzoni
2012-10-14 18:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox