diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-04-02 10:29:00 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-04-02 10:29:00 -0700 |
commit | c3af26045aa44286482fbfe93097f24b48cfb6a3 (patch) | |
tree | ae8237e115b170f33fc602a4717beee220356aac | |
parent | ba3aaf137c521cdfdb8e16499dfadc977e5feb53 (diff) |
nptl needs stdio futexes enabled.
this got reverted in the merge I just did
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 4e13cd0d2..e43033941 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. |