diff -r cc4590c03dd1 -r ef8549b58b6f config/debug/gdb.in --- a/config/debug/gdb.in Tue Sep 02 19:50:45 2008 +0000 +++ b/config/debug/gdb.in Sun Sep 14 16:21:07 2008 +0000 @@ -13,7 +13,7 @@ bool prompt "Cross-gdb" default y - select GDB_GDBSERVER + select GDB_GDBSERVER if ! BARE_METAL help Build and install a cross-gdb for the target, to run on host. @@ -45,6 +45,7 @@ bool prompt "Native gdb" default n + depends on ! BARE_METAL help Build and install a native gdb for the target, to run on the target. @@ -78,6 +79,7 @@ bool prompt "gdbserver" default n + depends on ! BARE_METAL help Build and install a gdbserver for the target, to run on the target.