projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7febf49
)
gdb: not available on avr32
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 13 May 2012 21:50:57 +0000
(21:50 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 14 May 2012 20:36:53 +0000
(22:36 +0200)
Fixes
http://autobuild.buildroot.org/results/
1c6cfa7f069e2b7d8a7dacf76fbf95b7909fb37a
/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 c9c54b88fd6497893c223226993efa9e3b0a04ca..fd6956b3a82d6b49366d1be8c9365c35f58bdee3 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
+ depends on !BR2_sh && !BR2_sh64
&& !BR2_avr32
help
Build the full gdb debugger to run on the target.