diff mbox

gdb: target gdb not available on microblaze

Message ID 1350059435-4570-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 4e5f63a569c00ec97869b1b21410047ffd837813
Headers show

Commit Message

Thomas Petazzoni Oct. 12, 2012, 4:30 p.m. UTC
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(-)

Comments

Peter Korsgaard Oct. 14, 2012, 6:14 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Fixes
 Thomas>   http://autobuild.buildroot.org/results/5950c95ca12721dd910ad72fe52bfa9ac45a5120/build-end.log

Committed, thanks.
diff mbox

Patch

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.