[git commit future 1/1] Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIME

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Mar 24 19:55:22 UTC 2011


On Sat, Mar 19, 2011 at 11:51:25AM -0700, Khem Raj wrote:
>
>commit: http://git.uclibc.org/uClibc/commit/?id=287d6b4b6ec10015f97718ffefde3b8c171d0d12
>branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future
>
>Select it.
>
>Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
>---
> 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 8628f28..ac9fd13 100644
>--- a/extra/Configs/Config.in
>+++ b/extra/Configs/Config.in
>@@ -459,6 +459,7 @@ config UCLIBC_HAS_THREADS_NATIVE
> 	bool "Native POSIX Threading (NPTL)"
> 	select UCLIBC_HAS_TLS
> 	select UCLIBC_HAS_STDIO_FUTEXES
>+	select UCLIBC_HAS_REALTIME
> 	# NPTL local:
> 	select EXTRA_WARNINGS
> 	# i386 has no lowlevellock support (yet) as opposed to i486 onward

IIRC constraints changed here from SUSv3 to SUSv4 so while this is ok to
paper over lack of time to do a real SUSv4 audit it is under the big
'SUSv4 audit' umbrella. TODO.


More information about the uClibc-cvs mailing list