From 2aee11ccf23c5699d21408fc7d7fedc2f2ae165a Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Fri, 24 Feb 2012 16:08:32 +0100 Subject: libc/uClibc: add additional debug level between "minimal" and "all" During application development it is desirable to enable malloc debugging and LD_DEBUG support, but the extensive debug spew from SUPPORT_LD_DEBUG_EARLY is only useful when working on uClibc's ld.so. Signed-off-by: Johannes Stezenbach --- config/libc/uClibc.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/libc') diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 7e5182ec..4a864dba 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -171,6 +171,10 @@ config LIBC_UCLIBC_DEBUG_LEVEL_1 prompt "minimal" config LIBC_UCLIBC_DEBUG_LEVEL_2 + bool + prompt "normal" + +config LIBC_UCLIBC_DEBUG_LEVEL_3 bool prompt "all" -- cgit v1.2.3