OSDN Git Service

add a new option for enabling pthreads debug output
authorMike Frysinger <vapier@gentoo.org>
Fri, 1 Jul 2005 00:29:21 +0000 (00:29 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 1 Jul 2005 00:29:21 +0000 (00:29 -0000)
extra/Configs/Config.in

index 33f4b56..6068788 100644 (file)
@@ -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