summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-02-16 15:11:07 -0800
committerAustin Foxley <austinf@cetoncorp.com>2010-02-16 15:11:07 -0800
commit5e6d4834e6b35c6b0017fcdaf246c505dec10452 (patch)
treebc227776090a80a27f8a36af392fb60a964fff65 /extra
parenta032a6587011cbdac8c2f7e11f15dc4e592bbb55 (diff)
a few more build fixes nptl sync
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 22d67bc42..be2035e45 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -435,6 +435,7 @@ config LINUXTHREADS_NEW
config UCLIBC_HAS_THREADS_NATIVE
bool "Native POSIX Threading (NPTL)"
select UCLIBC_HAS_TLS
+ select UCLIBC_HAS_STDIO_FUTEXES
help
If you want to compile uClibc with NPTL support, then answer Y.
@@ -1748,8 +1749,8 @@ config UCLIBC_HAS_GNU_GETOPT
config UCLIBC_HAS_STDIO_FUTEXES
bool "Use futexes for multithreaded I/O locking"
- default n
depends on UCLIBC_HAS_THREADS_NATIVE
+ default n
help
If you want to compile uClibc to use futexes for low-level
I/O locking, answer Y. Otherwise, answer N.