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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jan 23 14:47:02 UTC 2015


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

amending commit 49a67cf67d5a7194214566bc730ee7e28d55bbe1
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 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch
index 3a32598..0ea0b29 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch
@@ -18,3 +18,6 @@ libc_linux_arch_SSRC-OMIT = waitpid.S
 # This macro should be alternatively implemented in THUMB
 # assembly.
 ASFLAGS-pt-vfork.S = -marm
+CFLAGS-OMIT-pt-vfork.S = -mthumb
+ASFLAGS-vfork.S = -marm
+CFLAGS-OMIT-vfork.S = -mthumb


More information about the uClibc-cvs mailing list