summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-11 23:01:25 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-14 13:49:09 +0100
commitc8f590fc7a3f12174a0f68474a21eadadb09198c (patch)
tree555be1b6ce9eadbec7394b0a65ab2f526d62fd5d
parent65473afee42819a5ce4569855d7e064a85c6e005 (diff)
downloadbuildroot-c8f590fc7a3f12174a0f68474a21eadadb09198c.tar.gz
buildroot-c8f590fc7a3f12174a0f68474a21eadadb09198c.zip
uclibc: remove bogus comment about thread implementation selection
There is no need to warn the user about selecting an inappropriate thread implementation, since we make sure only supported combinations can be selected. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/uclibc/Config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 18e02c2b80..329e1f1b69 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -133,10 +133,7 @@ choice
default BR2_PTHREADS if BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
help
Use this option to select the thread library implementation
- that should be used in your toolchain. Not all thread
- variants work with all versions of uClibc, the "linuxthreads
- (stable/old)" may be a working fallback if you need
- threading at all.
+ that should be used in your toolchain.
config BR2_PTHREADS_NONE
bool "none"
OpenPOWER on IntegriCloud