OSDN Git Service

nptl needs stdio futexes enabled.
authorAustin Foxley <austinf@cetoncorp.com>
Fri, 2 Apr 2010 17:29:00 +0000 (10:29 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Fri, 2 Apr 2010 17:29:00 +0000 (10:29 -0700)
this got reverted in the merge I just did

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
extra/Configs/Config.in

index 4e13cd0..e430339 100644 (file)
@@ -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.