summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-21 20:50:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-23 20:34:57 +0100
commit58a45bf66ba1787d9ac25c0fa8df4672bc705358 (patch)
treedaf9fdf4eec18b15414530d49fd3604d4496e75c
parent596bcb63fb26052b86c1271913747e701883dbfa (diff)
downloadbuildroot-novena-58a45bf66ba1787d9ac25c0fa8df4672bc705358.tar.gz
buildroot-novena-58a45bf66ba1787d9ac25c0fa8df4672bc705358.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>
-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