Since NPTL port to an ARCH can be non-trivial, we must allow the legacy pthread lib to be built for the common-generic syscall ABI
Note that only linuxthreads.old is allowed, since "newer" linuxthreads relies on sysctl which the ABI no longer provides. Signed-off-by: Vineet Gupta <[email protected]> Cc: Markos Chandras <[email protected]> --- extra/Configs/Config.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1c6277a..d6b940d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -498,7 +498,6 @@ config HAS_NO_THREADS config LINUXTHREADS_OLD bool "older (stable) version of linuxthreads" - depends on ARCH_HAS_DEPRECATED_SYSCALLS # linuxthreads and linuxthreads.old need nanosleep() select UCLIBC_HAS_REALTIME help -- 1.7.4.1 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
