ソースを参照

add a new option for enabling pthreads debug output

Mike Frysinger 19 年 前
コミット
5b513293c0
1 ファイル変更10 行追加0 行削除
  1. 10 0
      extra/Configs/Config.in

+ 10 - 0
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