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>
This commit is contained in:
Thomas Petazzoni 2015-03-11 23:01:25 +01:00
parent 65473afee4
commit c8f590fc7a

View File

@ -133,10 +133,7 @@ choice
default BR2_PTHREADS if BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS default BR2_PTHREADS if BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
help help
Use this option to select the thread library implementation Use this option to select the thread library implementation
that should be used in your toolchain. Not all thread that should be used in your toolchain.
variants work with all versions of uClibc, the "linuxthreads
(stable/old)" may be a working fallback if you need
threading at all.
config BR2_PTHREADS_NONE config BR2_PTHREADS_NONE
bool "none" bool "none"