config/debug/gdb.in
changeset 175 043e44606e28
parent 138 dc4ce917245f
child 220 9186a4ff574b
     1.1 --- a/config/debug/gdb.in	Sun May 27 20:29:22 2007 +0000
     1.2 +++ b/config/debug/gdb.in	Sun Jun 17 15:46:13 2007 +0000
     1.3 @@ -16,6 +16,15 @@
     1.4      help
     1.5        Build and install a cross-gdb for the target, and to run on host.
     1.6  
     1.7 +config GDB_CROSS_STATIC_GDBSERVER
     1.8 +    bool
     1.9 +    prompt "Build a static gdbserver"
    1.10 +    default n
    1.11 +    depends on GDB_CROSS
    1.12 +    help
    1.13 +      In case you have trouble with dynamic loading of shared libraries,
    1.14 +      you will find that a static gdbserver comes in handy.
    1.15 +
    1.16  config GDB_NATIVE
    1.17      bool
    1.18      prompt "Native gdb (EXPERIMENTAL)"