From ad68946e285307bf81fe0433ef952fb5386777ec Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 28 Nov 2012 11:38:46 +0000 Subject: Makefile.in: Use non-legacy interfaces for new architectures New architectures, which don't define ARCH_HAS_DEPRECATED syscalls, need to use the new interfaces from libc/sysdeps/linux/generic-syscalls/bits/ Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/common/Makefile.in') diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index 29566dd98..f7083a48b 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -70,6 +70,10 @@ CSRC- += $(if $(findstring =arm=,=$(TARGET_ARCH)=),vfork.c) CSRC- += $(if $(findstring =x86_64=,=$(TARGET_ARCH)=),vfork.c) #CSRC- += $(if $(findstring =mips=y=,=$(TARGET_ARCH)=$(CONFIG_MIPS_O32_ABI)=),waitpid.c) endif +ifneq ($(ARCH_HAS_DEPRECATED_SYSCALLS),y) +# No conversion is needed for new architectures +CSRC- += xstatconv.c +endif # stubbed out in mman.h CSRC-$(ARCH_USE_MMU) += msync.c # we need these internally: getdomainname.c -- cgit v1.2.3