|
@@ -14,10 +14,18 @@ comment "Gdb debugger for the target needs WCHAR support in toolchain"
|
|
|
|
|
|
config BR2_PACKAGE_GDB_SERVER
|
|
|
bool "Build gdb server for the Target"
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL
|
|
|
help
|
|
|
Build the gdbserver stub to run on the target.
|
|
|
A full gdb is needed to debug the progam.
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
|
+ bool "Copy gdb server to the Target"
|
|
|
+ depends on BR2_TOOLCHAIN_EXTERNAL
|
|
|
+ help
|
|
|
+ Copy the gdbserver provided by the external toolchain to the
|
|
|
+ target.
|
|
|
+
|
|
|
config BR2_PACKAGE_GDB_HOST
|
|
|
bool "Build gdb for the Host"
|
|
|
# cross-gdb is supposed to be part of the external
|