summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-15 14:22:56 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-15 14:22:56 +0200
commitb6a444a72e587272cdeca6d7148a9249a037df6f (patch)
treec0a53d89de40731e51d50f7be526adae43f26e28 /libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
parent01d14e299c20dc1d79180de27cfe5971e0b8f720 (diff)
nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_error
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
index 02b6e9c37..ee75cdbdc 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
@@ -11,6 +11,9 @@ libpthread_linux_arch_CSRC = pthread_once.c pt-__syscall_error.c
libc_linux_arch_CSRC = fork.c
libc_linux_arch_SSRC = clone.S vfork.S
+# powerpc32's PSEUDO_RET needs __syscall_error@local
+librt_linux_arch_CSRC = pt-__syscall_error.c
+
ASFLAGS += -DUSE___THREAD
CFLAGS += $(SSP_ALL_CFLAGS)