svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Fri Aug 25 04:58:11 UTC 2006


Author: vapier
Date: 2006-08-24 21:58:11 -0700 (Thu, 24 Aug 2006)
New Revision: 15995

Log:
fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: depends on LINUXTHREADS_OLD

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2006-08-25 04:57:01 UTC (rev 15994)
+++ trunk/uClibc/extra/Configs/Config.in	2006-08-25 04:58:11 UTC (rev 15995)
@@ -1419,7 +1419,7 @@
 
 config DODEBUG_PT
 	bool "Build pthread with debugging output"
-	depends on UCLIBC_HAS_THREADS
+	depends on UCLIBC_HAS_THREADS && LINUXTHREADS_OLD
 	default n
 	help
 	  Enable debug output in libpthread.  This is only useful when doing 




More information about the uClibc-cvs mailing list