This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, upstream has been updated via 49a67cf67d5a7194214566bc730ee7e28d55bbe1 (commit) from 7badf754cbe7882b2ff0ffea05e027820bd716f6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 49a67cf67d5a7194214566bc730ee7e28d55bbe1 Author: Bernhard Reutner-Fischer rep.dot.nop@gmail.com Date: Thu Nov 13 20:58:52 2014 +0100
nptl: compile pt-vfork in ARM-mode
could need a thumb implementation..
Signed-off-by: Bernhard Reutner-Fischer rep.dot.nop@gmail.com
-----------------------------------------------------------------------
Summary of changes: libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch index c8d5d4a..3a32598 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch @@ -17,4 +17,4 @@ libc_linux_arch_SSRC-OMIT = waitpid.S # We always compile it in arm mode because of SAVE_PID macro # This macro should be alternatively implemented in THUMB # assembly. -ASFLAGS-vfork.S = -marm +ASFLAGS-pt-vfork.S = -marm
hooks/post-receive