summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-02-17 23:42:28 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-17 23:42:28 -0800
commited0915ba70d0ff6ed0a78f45d46822763a580737 (patch)
treec0495c812a983ac354a3c304335d89a4c653b1bc /libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
parentf14c584876271f474025fc06b3dc66ce798bcacb (diff)
Get new nptl building on SH4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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