uclibc: remove bogus comment about thread implementation selection
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Mar 2015 22:01:25 +0000 (23:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Mar 2015 12:49:09 +0000 (13:49 +0100)
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>
package/uclibc/Config.in

index 18e02c2b80cfd604366756ee09410e361d6b2ee5..329e1f1b6907982ecd709983245e65e3b469cae6 100644 (file)
@@ -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"