Преглед на файлове

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

Mike Frysinger преди 19 години
родител
ревизия
1aaf073952
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -1419,7 +1419,7 @@ config DODEBUG
 
 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