config/debug/gdb.in.native
changeset 2612 a52574521bea
parent 2098 9a8f0e3fe605
child 2717 13df2720b374
     1.1 --- a/config/debug/gdb.in.native	Mon Aug 23 10:38:15 2010 +0200
     1.2 +++ b/config/debug/gdb.in.native	Thu Aug 18 16:05:48 2011 +0200
     1.3 @@ -3,7 +3,6 @@
     1.4  config GDB_NATIVE
     1.5      bool
     1.6      prompt "Native gdb"
     1.7 -    default n
     1.8      depends on ! BARE_METAL
     1.9      depends on ! BACKEND
    1.10      help
    1.11 @@ -13,13 +12,11 @@
    1.12  
    1.13  config GDB_NATIVE_NO_STATIC
    1.14      bool
    1.15 -    default n
    1.16  
    1.17  config GDB_NATIVE_STATIC
    1.18      bool
    1.19      prompt "Build a static native gdb"
    1.20      depends on ! GDB_NATIVE_NO_STATIC
    1.21 -    default n
    1.22      help
    1.23        In case you have trouble with dynamic loading of shared libraries,
    1.24        you will find that a static gdb comes in handy.