svn commit: trunk/buildroot/toolchain/uClibc

vapier at uclibc.org vapier at uclibc.org
Wed Dec 7 23:14:21 UTC 2005


Author: vapier
Date: 2005-12-07 15:14:19 -0800 (Wed, 07 Dec 2005)
New Revision: 12712

Log:
add more threading options

Modified:
   trunk/buildroot/toolchain/uClibc/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/uClibc/Config.in
===================================================================
--- trunk/buildroot/toolchain/uClibc/Config.in	2005-12-07 22:45:28 UTC (rev 12711)
+++ trunk/buildroot/toolchain/uClibc/Config.in	2005-12-07 23:14:19 UTC (rev 12712)
@@ -22,16 +22,21 @@
 	help
 	    Enable locale/gettext/i18n support?
 
-config BR2_PTHREADS
-	bool "Enable thread support"
-	default y
+choice
+	prompt "Thread library implementation"
+	default BR2_PTHREADS_OLD
 	help
-	    Enable support for libpthreads
+	  Select the version of libpthreads you want to use.
 
-config BR2_PTHREADS_NATIVE
-	bool "Enable Native POSIX Threading (NPTL) support?"
-	default n
-	depends on BR2_PTHREADS
-	help
-	    Enable Native POSIX Threading (NPTL) support?
+	config BR2_PTHREADS_NONE
+		bool "none"
 
+	config BR2_PTHREADS
+		bool "linuxthreads"
+
+	config BR2_PTHREADS_OLD
+		bool "linuxthreads (stable/old)"
+
+	config BR2_PTHREADS_NATIVE
+		bool "Native POSIX Threading (NPTL)"
+endchoice




More information about the uClibc-cvs mailing list