OSDN Git Service

Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIME
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 21 Mar 2011 23:18:05 +0000 (00:18 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:31 +0000 (14:00 +0200)
Select it.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
extra/Configs/Config.in

index c2f2fc7..8eae1f4 100644 (file)
@@ -501,6 +501,7 @@ config UCLIBC_HAS_THREADS_NATIVE
        bool "Native POSIX Threading (NPTL)"
        select UCLIBC_HAS_TLS
        select UCLIBC_HAS_STDIO_FUTEXES
+       select UCLIBC_HAS_REALTIME
        # i386 has no lowlevellock support (yet) as opposed to i486 onward
        depends on !CONFIG_386
        help