[uClibc-cvs] svn commit: trunk/uClibc/extra/Configs
vapier at uclibc.org
vapier at uclibc.org
Fri Jul 1 00:29:21 UTC 2005
Author: vapier
Date: 2005-06-30 18:29:21 -0600 (Thu, 30 Jun 2005)
New Revision: 10673
Log:
add a new option for enabling pthreads debug output
Modified:
trunk/uClibc/extra/Configs/Config.in
Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in 2005-07-01 00:28:10 UTC (rev 10672)
+++ trunk/uClibc/extra/Configs/Config.in 2005-07-01 00:29:21 UTC (rev 10673)
@@ -1249,6 +1249,16 @@
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
More information about the uClibc-cvs
mailing list