From af92ed684321eb698b27a7abc9c4cbd0bf2676e2 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 19 Feb 2010 11:41:00 -0800 Subject: sparc: also needs generic version of lowlevelrobustlock Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in index f0ddcabde..3713007b2 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in @@ -51,7 +51,7 @@ librt_CSRC := mq_notify.c endif ifeq ($(TARGET_ARCH),sparc) -libpthread_CSRC += __syscall_error.c +libpthread_CSRC += __syscall_error.c lowlevelrobustlock.c librt_CSRC += __syscall_error.c endif -- cgit v1.2.3