diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-21 20:50:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:57 +0100 |
commit | 58a45bf66ba1787d9ac25c0fa8df4672bc705358 (patch) | |
tree | daf9fdf4eec18b15414530d49fd3604d4496e75c | |
parent | 596bcb63fb26052b86c1271913747e701883dbfa (diff) |
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.2 | 1 |
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 |