From ed0915ba70d0ff6ed0a78f45d46822763a580737 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Feb 2010 23:42:28 -0800 Subject: Get new nptl building on SH4 Signed-off-by: Khem Raj --- libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in index faa8ea5a6..0b3b7718f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in @@ -12,8 +12,7 @@ libpthread_CSRC = pthread_attr_getaffinity.c \ pthread_yield.c sem_post.c sem_timedwait.c \ pthread_sigqueue.c \ sem_trywait.c sem_wait.c pt-fork.c \ - sigtimedwait.c sigwaitinfo.c sigwait.c pt-sleep.c \ - lowlevelrobustlock.c + sigtimedwait.c sigwaitinfo.c sigwait.c pt-sleep.c libpthread_SSRC = #ptw-close.S ptw-open.S ptw-waitid.S ptw-waidpid.S ptw-write.S @@ -37,10 +36,11 @@ endif ifeq ($(TARGET_ARCH),arm) libc_SSRC := $(filter-out waitpid.S,$(libc_SSRC)) +libpthread_CSRC += lowlevelrobustlock.c endif ifeq ($(TARGET_ARCH),mips) -libpthread_CSRC += lowlevellock.c +libpthread_CSRC += lowlevellock.c lowlevelrobustlock.c libc_CSRC += libc-lowlevellock.c endif -- cgit v1.2.3