aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc-0.9.30.1
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-28 14:06:08 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-28 14:06:08 -0700
commit7e110765a91ac287ab03f309c6f56bf5cb2935f9 (patch)
tree2288fbf16150dfbf3e07c9cc7b5bb3c4843a939a /recipes/uclibc/uclibc-0.9.30.1
parent27d8943eab08c801a0886ab51ca8b5b1f4eaa596 (diff)
downloadopenembedded-7e110765a91ac287ab03f309c6f56bf5cb2935f9.tar.gz
uClibc: Always enable PTHREADS_DEBUG_SUPPORT
This will make sure we always have the uclibc-thread-db package, which task-sdk-bare requires. After an audit of the versions in question, what always happens now is that all libpthread debugging stuff from libpthread ends up in a specific file and package. Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/uclibc/uclibc-0.9.30.1')
-rw-r--r--recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine2
-rw-r--r--recipes/uclibc/uclibc-0.9.30.1/uClibc.distro2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
index 0c565238e5..33a294f009 100644
--- a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
+++ b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
@@ -73,7 +73,7 @@ LDSO_RUNPATH=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
LINUXTHREADS_OLD=y
UCLIBC_HAS_LFS=y
MALLOC=y
diff --git a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
index 77f6091e78..31029a3dca 100644
--- a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
+++ b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
@@ -17,7 +17,7 @@ UCLIBC_CTOR_DTOR=y
LDSO_GNU_HASH_SUPPORT=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
LINUXTHREADS_OLD=y
UCLIBC_HAS_LFS=y
# MALLOC is not set