From 5b513293c05a50b37b9fdd16347baebd955cbbf9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:29:21 +0000 Subject: add a new option for enabling pthreads debug output --- extra/Configs/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 33f4b5633..606878897 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1249,6 +1249,16 @@ config DODEBUG Otherwise, answer N. +config DODEBUG_PT + bool "Build pthread with debugging output" + depends on UCLIBC_HAS_THREADS + default n + help + Enable debug output in libpthread. This is only useful when doing + development in libpthread itself. + + Otherwise, answer N. + config DOASSERTS bool "Build uClibc with run-time assertion testing" default n -- cgit v1.2.3