From cdf998b99e1f18e5aa549dc46a1f9ef55d934fff Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 20 May 2009 18:13:33 -0700 Subject: Adjust build of sigaction for the nptl case This brings sparc inline with other archs with nptl support Signed-off-by: Austin Foxley --- libc/sysdeps/linux/sparc/Makefile.arch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sparc') diff --git a/libc/sysdeps/linux/sparc/Makefile.arch b/libc/sysdeps/linux/sparc/Makefile.arch index 37cee7a39..5566f30a9 100644 --- a/libc/sysdeps/linux/sparc/Makefile.arch +++ b/libc/sysdeps/linux/sparc/Makefile.arch @@ -5,7 +5,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c __syscall_error.c qp_ops.c sigaction.c +CSRC := brk.c __syscall_error.c qp_ops.c + +ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) +CSRC += sigaction.c +endif SSRC := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S \ -- cgit v1.2.3