diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:36:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:36:48 +0200 |
commit | 09f8ed8e1099970a7e4fbd76588ad6863e3e1e6e (patch) | |
tree | c966aa09f502cbb93d24ffe6a4f2930f628025f1 /target/ppc | |
parent | 49fbc9029f68f88a94519778768517062d3ead96 (diff) |
always enable pthread debug support as discussed with tg
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/uclibc.config b/target/ppc/uclibc.config index b6e877895..7e72c8a4b 100644 --- a/target/ppc/uclibc.config +++ b/target/ppc/uclibc.config @@ -87,7 +87,7 @@ LDSO_GNU_HASH_SUPPORT=y UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y -# PTHREADS_DEBUG_SUPPORT is not set +PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set |