diff options
author | Johannes Stezenbach <js@sig21.net> | 2012-02-24 16:08:32 +0100 |
---|---|---|
committer | Johannes Stezenbach <js@sig21.net> | 2012-02-24 16:08:32 +0100 |
commit | 2aee11ccf23c5699d21408fc7d7fedc2f2ae165a (patch) | |
tree | fe978c9de3effa8d3f152bc6b61215224ee0b3fa /config/libc/uClibc.in | |
parent | 235b9ae135aab3b322ae6a357d93c7ec3ee95a45 (diff) | |
download | crosstool-ng-2aee11ccf23c5699d21408fc7d7fedc2f2ae165a.tar.gz crosstool-ng-2aee11ccf23c5699d21408fc7d7fedc2f2ae165a.tar.bz2 crosstool-ng-2aee11ccf23c5699d21408fc7d7fedc2f2ae165a.zip |
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 <js@sig21.net>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -172,6 +172,10 @@ config LIBC_UCLIBC_DEBUG_LEVEL_1 config LIBC_UCLIBC_DEBUG_LEVEL_2 bool + prompt "normal" + +config LIBC_UCLIBC_DEBUG_LEVEL_3 + bool prompt "all" endchoice |