config/debug/gdb.in
changeset 457 578fdd250fcc
parent 330 447b203edc2e
child 477 decbb2add7ce
     1.1 --- a/config/debug/gdb.in	Tue Aug 14 20:11:44 2007 +0000
     1.2 +++ b/config/debug/gdb.in	Sun Apr 27 10:25:02 2008 +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_GDB
     1.8 +    bool
     1.9 +    prompt "Build a static cross gdb"
    1.10 +    default n
    1.11 +    depends on GDB_CROSS
    1.12 +    help
    1.13 +      A static cross gdb can be usefull if you debug on a machine that is
    1.14 +      not the one that is used to compile.
    1.15 +
    1.16  config GDB_CROSS_STATIC_GDBSERVER
    1.17      bool
    1.18      prompt "Build a static gdbserver"