mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
gdb: target gdb not available on microblaze
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>
This commit is contained in:
parent
7f00b62917
commit
4e5f63a569
@ -5,7 +5,7 @@ config BR2_PACKAGE_GDB
|
|||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
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
|
help
|
||||||
Build the full gdb debugger to run on the target.
|
Build the full gdb debugger to run on the target.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user