[git commit master] sparc: also needs generic version of lowlevelrobustlock

Austin Foxley austinf at cetoncorp.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=af92ed684321eb698b27a7abc9c4cbd0bf2676e2
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 .../nptl/sysdeps/unix/sysv/linux/Makefile.in       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
index f0ddcab..3713007 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
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list