|
@@ -17,6 +17,8 @@ config BR2_PACKAGE_GDB
|
|
depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ # no gdbserver on or1k
|
|
|
|
+ select BR2_PACKAGE_GDB_DEBUGGER if BR2_or1k
|
|
# When the external toolchain gdbserver is copied to the
|
|
# When the external toolchain gdbserver is copied to the
|
|
# target, we don't allow building a separate gdbserver. The
|
|
# target, we don't allow building a separate gdbserver. The
|
|
# one from the external toolchain should be used.
|
|
# one from the external toolchain should be used.
|
|
@@ -43,6 +45,7 @@ if BR2_PACKAGE_GDB
|
|
config BR2_PACKAGE_GDB_SERVER
|
|
config BR2_PACKAGE_GDB_SERVER
|
|
bool "gdbserver"
|
|
bool "gdbserver"
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
|
|
+ depends on !BR2_or1k
|
|
help
|
|
help
|
|
Build the gdbserver stub to run on the target.
|
|
Build the gdbserver stub to run on the target.
|
|
A full gdb is needed to debug the progam.
|
|
A full gdb is needed to debug the progam.
|