Explorar o código

sparc: also needs generic version of lowlevelrobustlock

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley %!s(int64=15) %!d(string=hai) anos
pai
achega
af92ed6843
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in

+ 1 - 1
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