From bff4f0be36f8582b4912027ae063854c17f5e7a2 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 23 Nov 2012 12:36:33 +0000 Subject: Config.in: Introduce symbol for arches with deprecated syscalls Linuxthreads(old and new) need deprecated syscalls to build. Existing architectures support these system calls but new architectures don't. This symbol has no functional change apart from hidding the Linuxthreads symbols from arches that don't support them. Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/Configs/Config.in') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 344409f6a..bad8cf16e 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -490,6 +490,7 @@ 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 @@ -500,6 +501,7 @@ config LINUXTHREADS_OLD config LINUXTHREADS_NEW bool "slightly newer version of linuxthreads" + depends on ARCH_HAS_DEPRECATED_SYSCALLS help The new version has not been tested much, and lacks ports for arches which glibc does not support (like bfin/frv/etc...), but is based on -- cgit v1.2.3