diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-22 00:18:05 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:31 +0200 |
commit | 8396ab5eef50a85469ce932e28ba4afe4f6ef668 (patch) | |
tree | b1c1bb8f131e40dc6bdff236adf82e7a61e237c0 /extra | |
parent | f0e0d954f28e34497d999f7d4c1249bb20301880 (diff) |
Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIME
Select it.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-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 c2f2fc723..8eae1f48a 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -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 |