diff -r dc4ce917245f -r 043e44606e28 config/debug/gdb.in --- a/config/debug/gdb.in Sun May 27 20:29:22 2007 +0000 +++ b/config/debug/gdb.in Sun Jun 17 15:46:13 2007 +0000 @@ -16,6 +16,15 @@ help Build and install a cross-gdb for the target, and to run on host. +config GDB_CROSS_STATIC_GDBSERVER + bool + prompt "Build a static gdbserver" + default n + depends on GDB_CROSS + help + In case you have trouble with dynamic loading of shared libraries, + you will find that a static gdbserver comes in handy. + config GDB_NATIVE bool prompt "Native gdb (EXPERIMENTAL)"