summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-04-15 11:51:28 +0200
committerBernhard Reutner-Fischer2007-04-15 11:51:28 +0200
commit0f620a15c57ceceabd761429a03240ccf97fd3c7 (patch)
tree5755e1adc50efc1d82063d8f320f055bac68061c /toolchain
parentNeed the target LDFLAGS for this to link using external toolchain. (diff)
downloadbuildroot-0f620a15c57ceceabd761429a03240ccf97fd3c7.tar.gz
buildroot-0f620a15c57ceceabd761429a03240ccf97fd3c7.tar.xz
buildroot-0f620a15c57ceceabd761429a03240ccf97fd3c7.zip
- recommend linuxthreads.old
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index 25189fff5..c8aff2b3c 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -40,6 +40,9 @@ choice
default BR2_PTHREADS_OLD
help
Select the version of libpthreads you want to use.
+ 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.
config BR2_PTHREADS_NONE
bool "none"