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 | 4edf87e3e4378af8f3489cd45c4db40a97cec525 (patch) | |
tree | 344a3da7ec43951e958c7787ace1658e1c98b840 /toolchain/uClibc | |
parent | d2c33eba70d34398bdc7f882b7033dfe46c60a4c (diff) | |
download | upstream-4edf87e3e4378af8f3489cd45c4db40a97cec525.tar.gz upstream-4edf87e3e4378af8f3489cd45c4db40a97cec525.tar.bz2 upstream-4edf87e3e4378af8f3489cd45c4db40a97cec525.zip |
toolchain: enable pthread debug support in uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33996 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc')
-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 |