config/debug/gdb.in.native
changeset 2717 13df2720b374
parent 2484 d1a8c2ae7946
     1.1 --- a/config/debug/gdb.in.native	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/debug/gdb.in.native	Fri Oct 14 22:44:24 2011 +0200
     1.3 @@ -10,13 +10,9 @@
     1.4  
     1.5  if GDB_NATIVE
     1.6  
     1.7 -config GDB_NATIVE_NO_STATIC
     1.8 -    bool
     1.9 -
    1.10  config GDB_NATIVE_STATIC
    1.11      bool
    1.12      prompt "Build a static native gdb"
    1.13 -    depends on ! GDB_NATIVE_NO_STATIC
    1.14      help
    1.15        In case you have trouble with dynamic loading of shared libraries,
    1.16        you will find that a static gdb comes in handy.