diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-29 19:25:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-29 19:25:16 +0000 |
commit | b5212d8ab3ca19e1d73af5550ba839dbd79837ff (patch) | |
tree | d288d330acd677e702eb5041e1b5e25c97ec3b3f /toolchain/uClibc/config-0.9.33.2/common | |
parent | 7228a91a3b02cf53d2723629836b0eb26080756f (diff) | |
download | upstream-b5212d8ab3ca19e1d73af5550ba839dbd79837ff.tar.gz upstream-b5212d8ab3ca19e1d73af5550ba839dbd79837ff.tar.bz2 upstream-b5212d8ab3ca19e1d73af5550ba839dbd79837ff.zip |
toolchain: enable pthread debug support in uclibc
SVN-Revision: 33996
Diffstat (limited to 'toolchain/uClibc/config-0.9.33.2/common')
-rw-r--r-- | toolchain/uClibc/config-0.9.33.2/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common index 4b21713eb3..d6b3d2c44c 100644 --- a/toolchain/uClibc/config-0.9.33.2/common +++ b/toolchain/uClibc/config-0.9.33.2/common @@ -49,7 +49,7 @@ MALLOC_GLIBC_COMPAT=y # MALLOC_SIMPLE is not set MALLOC_STANDARD=y MULTILIB_DIR="lib" -# PTHREADS_DEBUG_SUPPORT is not set +PTHREADS_DEBUG_SUPPORT=y RUNTIME_PREFIX="/" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set |