From: Thomas Petazzoni Date: Sun, 21 Feb 2010 19:50:46 +0000 (+0100) Subject: uclibc: do not allow the selection of NPTL if snapshot is not selected X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58a45bf66ba1787d9ac25c0fa8df4672bc705358;p=buildroot.git 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 --- diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 6317ff4fbd..234e31f3ba 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