From: Thomas Petazzoni Date: Fri, 12 Oct 2012 06:30:35 +0000 (+0000) Subject: gdb: target gdb not available on microblaze X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e5f63a569c00ec97869b1b21410047ffd837813;p=buildroot.git gdb: target gdb not available on microblaze Fixes http://autobuild.buildroot.org/results/5950c95ca12721dd910ad72fe52bfa9ac45a5120/build-end.log Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index fd6956b3a8..272e1961f5 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.