diff -r 9a8f0e3fe605 -r e5fb003a354c config/debug/gdb.in.native --- a/config/debug/gdb.in.native Mon Aug 23 10:38:15 2010 +0200 +++ b/config/debug/gdb.in.native Mon Jun 27 21:03:40 2011 +0200 @@ -3,7 +3,6 @@ config GDB_NATIVE bool prompt "Native gdb" - default n depends on ! BARE_METAL depends on ! BACKEND help @@ -13,13 +12,11 @@ config GDB_NATIVE_NO_STATIC bool - default n config GDB_NATIVE_STATIC bool prompt "Build a static native gdb" depends on ! GDB_NATIVE_NO_STATIC - default n help In case you have trouble with dynamic loading of shared libraries, you will find that a static gdb comes in handy.