summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-15 21:34:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-16 20:47:46 +0100
commita2b99c04d8359a8a2098d1217f3c7475547fa0cf (patch)
treef6bdd3568f0700dfc05e4c8c52e431187e6ee436 /libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
parentf764bcffed69d8c62625dc4b6c1a6af21bd6dbc2 (diff)
sh: remove assembly code from NPTL
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch8
1 files changed, 1 insertions, 7 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
index e3b2f7c4e..77ac2868f 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
@@ -5,13 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-libpthread_linux_arch_SSRC = pthread_once.S pthread_rwlock_wrlock.S \
- pthread_rwlock_rdlock.S pthread_rwlock_unlock.S \
- lowlevellock.S lowlevelrobustlock.S pthread_barrier_wait.S \
- pthread_cond_broadcast.S pthread_cond_signal.S \
- pthread_rwlock_timedwrlock.S pthread_rwlock_timedrdlock.S \
- sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S
-
+libpthread_linux_arch_CSRC = pthread_once.c
libc_linux_arch_CSRC = fork.c
ASFLAGS += -DUSE___THREAD