From 6501c29fd1fa259fd836a94c363a6593d8db5a6a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 26 Mar 2009 18:58:13 +0000 Subject: Merge r1432:1437 from /branches/newlib into /trunk : - under bare-metal, the user is responsible for providing a gdbserver stub (r1433) - install a CT_TARGET-cc -> CT_TARGET-gcc symlink for the core gcc (r1434) - allow broader dependency in generated config files (r1435, r1436) - prepare C library menuconfig for using a C library under bare-metal (r1437) /trunk/scripts/build/cc/gcc.sh | 4 4 0 0 ++++ /trunk/config/debug/gdb.in | 5 5 0 0 +++++ /trunk/config/libc/glibc.in | 1 1 0 0 + /trunk/config/libc/uClibc.in | 1 1 0 0 + /trunk/config/libc/eglibc.in | 2 1 1 0 +- /trunk/config/config.mk | 20 8 12 0 ++++++++------------ /trunk/config/arch/sh.in | 2 1 1 0 +- /trunk/config/arch/ia64.in | 2 1 1 0 +- /trunk/config/arch/powerpc64.in | 2 1 1 0 +- /trunk/config/libc.in | 4 0 4 0 ---- 10 files changed, 23 insertions(+), 20 deletions(-) --- config/debug/gdb.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 4d026f7a..865a5f85 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -87,6 +87,11 @@ config GDB_GDBSERVER_STATIC In case you have trouble with dynamic loading of shared libraries, you will find that a static gdbserver comes in handy. +if BARE_METAL +comment "In bare-metal, you'll need to " +comment "provide your own gdbserver stub." +endif # BARE_METAL + choice bool prompt "gdb version" -- cgit v1.2.3