diff -r 447b203edc2e -r 578fdd250fcc config/debug/gdb.in --- a/config/debug/gdb.in Tue Aug 14 20:11:44 2007 +0000 +++ b/config/debug/gdb.in Sun Apr 27 10:25:02 2008 +0000 @@ -16,6 +16,15 @@ 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"