projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f00b62
)
gdb: target gdb not available on microblaze
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Fri, 12 Oct 2012 06:30:35 +0000
(06:30 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 14 Oct 2012 18:14:39 +0000
(20:14 +0200)
Fixes
http://autobuild.buildroot.org/results/
5950c95ca12721dd910ad72fe52bfa9ac45a5120
/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Config.in
b/toolchain/gdb/Config.in
index fd6956b3a82d6b49366d1be8c9365c35f58bdee3..272e1961f5d5fd39ac0deb1a4d131133c90c8303 100644
(file)
--- 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.