From: Mike Frysinger Date: Fri, 1 Jul 2005 00:29:21 +0000 (-0000) Subject: add a new option for enabling pthreads debug output X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b513293c05a50b37b9fdd16347baebd955cbbf9;p=uclinux-h8%2Fuclibc-ng.git add a new option for enabling pthreads debug output --- 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