summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-27 10:25:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-27 10:25:02 (GMT)
commit8a6d956634830b9427c09aeeabb167be0225ae5a (patch)
tree3c9dc8198787704133c855c08506a46f0f7596ce /config
parent4e3f85be75a63526eb6d8eb1fd5f0182a476f4cf (diff)
Offer an option to build a static cross-gdb.
/trunk/scripts/build/debug/gdb.sh | 9 9 0 0 +++++++++ /trunk/config/debug/gdb.in | 9 9 0 0 +++++++++ 2 files changed, 18 insertions(+)
Diffstat (limited to 'config')
-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"