From 8a6d956634830b9427c09aeeabb167be0225ae5a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 Apr 2008 10:25:02 +0000 Subject: 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(+) --- config/debug/gdb.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index a94e8133..fc294d38 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" -- cgit v1.2.3