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.x86_64 | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/Configs/Config.x86_64') diff --git a/extra/Configs/Config.x86_64 b/extra/Configs/Config.x86_64 index 4c8c3a9bd..317a5007f 100644 --- a/extra/Configs/Config.x86_64 +++ b/extra/Configs/Config.x86_64 @@ -13,3 +13,4 @@ config FORCE_OPTIONS_FOR_ARCH select ARCH_LITTLE_ENDIAN select ARCH_HAS_MMU select ARCH_HAS_UCONTEXT + select ARCH_HAS_DEPRECATED_SYSCALLS -- cgit v1.2.3