summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index a94e813..fc294d3 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -16,6 +16,15 @@ config GDB_CROSS
help
Build and install a cross-gdb for the target, and to run on host.
+config GDB_CROSS_STATIC_GDB
+ bool
+ prompt "Build a static cross gdb"
+ default n
+ depends on GDB_CROSS
+ help
+ A static cross gdb can be usefull if you debug on a machine that is
+ not the one that is used to compile.
+
config GDB_CROSS_STATIC_GDBSERVER
bool
prompt "Build a static gdbserver"