[git commit] nptl: compile pt-vfork in ARM-mode

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Nov 13 19:58:52 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=49a67cf67d5a7194214566bc730ee7e28d55bbe1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

could need a thumb implementation..

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 .../nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


More information about the uClibc-cvs mailing list