|
@@ -6,7 +6,9 @@ config BR2_PACKAGE_HOST_GDB
|
|
# allow to build a cross-gdb, as the one of the external
|
|
# allow to build a cross-gdb, as the one of the external
|
|
# toolchain should be used.
|
|
# toolchain should be used.
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
|
|
+ depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
|
|
depends on !BR2_nios2
|
|
depends on !BR2_nios2
|
|
|
|
+ depends on !BR2_or1k
|
|
help
|
|
help
|
|
Build a cross gdb that runs on the host machine and debugs
|
|
Build a cross gdb that runs on the host machine and debugs
|
|
programs running on the target. It requires 'gdbserver'
|
|
programs running on the target. It requires 'gdbserver'
|