Add a comment in the gdn mnuconfig that, under bare-metal, newlib
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 22 22:45:52 2009 +0000 (2009-03-22)
branchnewlib
changeset 135807bc5731a037
parent 1357 8839a3228bd9
child 1359 877d3d97f806
Add a comment in the gdn mnuconfig that, under bare-metal,
the user is responsible for providing a gdbserver stub.

/branches/newlib/config/debug/gdb.in | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
config/debug/gdb.in
     1.1 --- a/config/debug/gdb.in	Sun Mar 22 15:32:44 2009 +0000
     1.2 +++ b/config/debug/gdb.in	Sun Mar 22 22:45:52 2009 +0000
     1.3 @@ -87,6 +87,11 @@
     1.4        In case you have trouble with dynamic loading of shared libraries,
     1.5        you will find that a static gdbserver comes in handy.
     1.6  
     1.7 +if BARE_METAL
     1.8 +comment "In bare-metal, you'll need to   "
     1.9 +comment "provide your own gdbserver stub."
    1.10 +endif # BARE_METAL
    1.11 +
    1.12  choice
    1.13      bool
    1.14      prompt "gdb version"