From 7e110765a91ac287ab03f309c6f56bf5cb2935f9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 28 Apr 2009 14:06:08 -0700 Subject: 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 Acked-by: Khem Raj Acked-by: Leon Woestenberg Signed-off-by: Tom Rini --- recipes/uclibc/uclibc-nptl/uClibc.distro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/uclibc/uclibc-nptl') diff --git a/recipes/uclibc/uclibc-nptl/uClibc.distro b/recipes/uclibc/uclibc-nptl/uClibc.distro index 853708014b..e52db5cf87 100644 --- a/recipes/uclibc/uclibc-nptl/uClibc.distro +++ b/recipes/uclibc/uclibc-nptl/uClibc.distro @@ -18,7 +18,7 @@ LDSO_GNU_HASH_SUPPORT=y # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y UCLIBC_HAS_THREADS_NATIVE=y -# PTHREADS_DEBUG_SUPPORT is not set +PTHREADS_DEBUG_SUPPORT=y # LINUXTHREADS_OLD is not set UCLIBC_HAS_LFS=y # MALLOC is not set -- cgit v1.2.3