瀏覽代碼

nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 年之前
父節點
當前提交
b6a444a72e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch

+ 3 - 0
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)