summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:29:21 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:29:21 +0000
commit5b513293c05a50b37b9fdd16347baebd955cbbf9 (patch)
tree4a49a2eaa2fed91b1a4ae08d150de03dfb909573 /extra
parenta9936df5a8a276f3fa68dfa7ab761bdf7661fb49 (diff)
add a new option for enabling pthreads debug output
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 10 insertions, 0 deletions
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