summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
diff options
context:
space:
mode:
authoraustinf <austinf@localhost>2009-03-21 20:42:07 +0000
committeraustinf <austinf@localhost>2009-03-21 20:42:07 +0000
commitbd623c44decda992caabc8c15a22922e1be316bc (patch)
treec43c3ec3956710a450f9146cfbaf1e6e80b56eb6 /libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
parent024800c5eaa3c27db28d73f7ac6b7a1c23523f00 (diff)
downloaduClibc-alpine-bd623c44decda992caabc8c15a22922e1be316bc.tar.bz2
uClibc-alpine-bd623c44decda992caabc8c15a22922e1be316bc.tar.xz
sparc nptl needs it's own lowlevellock.c
* Since sparc < v9 doesn't have a real compare exchange instruction, we implement it with a test and set.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
index 82b47b691..20b155c10 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
@@ -49,8 +49,6 @@ librt_CSRC := mq_notify.c
endif
ifeq ($(TARGET_ARCH),sparc)
-libpthread_CSRC += lowlevellock.c
-libc_CSRC += libc-lowlevellock.c
librt_CSRC := mq_notify.c __syscall_error.c
endif