summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-21 20:52:12 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-23 21:06:54 +0100
commit52fcd86f2ba1249e74ed04ef39cb3cbea16024c7 (patch)
tree67adf5ba3135617c0a456ba8554efe168e817726
parent598334166db515bd414286d572e86c4061bfa186 (diff)
downloadbuildroot-novena-52fcd86f2ba1249e74ed04ef39cb3cbea16024c7.tar.gz
buildroot-novena-52fcd86f2ba1249e74ed04ef39cb3cbea16024c7.zip
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>
-rw-r--r--toolchain/Config.in.21
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2
index 6317ff4fb..234e31f3b 100644
--- a/toolchain/Config.in.2
+++ b/toolchain/Config.in.2
@@ -120,6 +120,7 @@ choice
config BR2_PTHREADS_NATIVE
bool "Native POSIX Threading (NPTL)"
+ depends on BR2_UCLIBC_VERSION_SNAPSHOT
endchoice
config BR2_PROGRAM_INVOCATION