diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-07 15:10:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-07 15:10:57 +0000 |
commit | 44371569612a97c7dd7b8943b062862f56ffbcb1 (patch) | |
tree | 511e15dab6799dae1e1dab2b017d884f3a398017 /toolchain/uClibc/config-0.9.30+nptl | |
parent | 4c63458e635f517355425df08b452234d06c5b1d (diff) | |
download | upstream-44371569612a97c7dd7b8943b062862f56ffbcb1.tar.gz upstream-44371569612a97c7dd7b8943b062862f56ffbcb1.tar.bz2 upstream-44371569612a97c7dd7b8943b062862f56ffbcb1.zip |
uClibc: enhance debug support (closes: #6118)
SVN-Revision: 20031
Diffstat (limited to 'toolchain/uClibc/config-0.9.30+nptl')
-rw-r--r-- | toolchain/uClibc/config-0.9.30+nptl/debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.30+nptl/debug b/toolchain/uClibc/config-0.9.30+nptl/debug new file mode 100644 index 0000000000..b366e66e39 --- /dev/null +++ b/toolchain/uClibc/config-0.9.30+nptl/debug @@ -0,0 +1,6 @@ +DODEBUG=y +DODEBUG_PT=y +PTHREADS_DEBUG_SUPPORT=y +SUPPORT_LD_DEBUG=y +SUPPORT_LD_DEBUG_EARLY=y +UCLIBC_MALLOC_DEBUGGING=y |