[git commit master 1/1] nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_error
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Jul 15 12:22:56 UTC 2010
commit: http://git.uclibc.org/uClibc/commit/?id=b6a444a72e587272cdeca6d7148a9249a037df6f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
.../sysdeps/unix/sysv/linux/powerpc/Makefile.arch | 3 +++
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 02b6e9c..ee75cdb 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 at local
+librt_linux_arch_CSRC = pt-__syscall_error.c
+
ASFLAGS += -DUSE___THREAD
CFLAGS += $(SSP_ALL_CFLAGS)
--
1.7.1
More information about the uClibc-cvs
mailing list