diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-29 19:25:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-29 19:25:16 +0000 |
commit | e05fe852d2332a7fdb0b82f25bc2c86577cf3382 (patch) | |
tree | 344a3da7ec43951e958c7787ace1658e1c98b840 /toolchain | |
parent | a93b2c2dcd9602023f6cefd46c07809d1feaf988 (diff) |
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')
-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 4b21713eb..d6b3d2c44 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 |