OSDN Git Service

sparc: also needs generic version of lowlevelrobustlock
authorAustin Foxley <austinf@cetoncorp.com>
Fri, 19 Feb 2010 19:41:00 +0000 (11:41 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Fri, 19 Feb 2010 19:41:00 +0000 (11:41 -0800)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in

index f0ddcab..3713007 100644 (file)
@@ -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