Browse Source

uclibc: do not allow the selection of NPTL if snapshot is not selected

In uClibc, NPTL support does not exist in the 0.9.30 branch, that we
are using in Buildroot. It is only available in the uClibc daily
snapshot, extracted from uClibc master branch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas Petazzoni 15 years ago
parent
commit
52fcd86f2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/Config.in.2

+ 1 - 0
toolchain/Config.in.2

@@ -120,6 +120,7 @@ choice
 
 
 	config BR2_PTHREADS_NATIVE
 	config BR2_PTHREADS_NATIVE
 		bool "Native POSIX Threading (NPTL)"
 		bool "Native POSIX Threading (NPTL)"
+		depends on BR2_UCLIBC_VERSION_SNAPSHOT
 endchoice
 endchoice
 
 
 config BR2_PROGRAM_INVOCATION
 config BR2_PROGRAM_INVOCATION