config/debug/gdb.in
changeset 850 ef8549b58b6f
parent 824 cc4590c03dd1
child 865 04cf91f13430
     1.1 --- a/config/debug/gdb.in	Tue Sep 02 19:50:45 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Sun Sep 14 16:21:07 2008 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4      bool
     1.5      prompt "Cross-gdb"
     1.6      default y
     1.7 -    select GDB_GDBSERVER
     1.8 +    select GDB_GDBSERVER if ! BARE_METAL
     1.9      help
    1.10        Build and install a cross-gdb for the target, to run on host.
    1.11  
    1.12 @@ -45,6 +45,7 @@
    1.13      bool
    1.14      prompt "Native gdb"
    1.15      default n
    1.16 +    depends on ! BARE_METAL
    1.17      help
    1.18        Build and install a native gdb for the target, to run on the target.
    1.19  
    1.20 @@ -78,6 +79,7 @@
    1.21      bool
    1.22      prompt "gdbserver"
    1.23      default n
    1.24 +    depends on ! BARE_METAL
    1.25      help
    1.26        Build and install a gdbserver for the target, to run on the target.
    1.27