[git commit] sh: add back clone and vfork for non-NPTL

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:34 UTC 2012


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/sh/Makefile.arch |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/sh/Makefile.arch b/libc/sysdeps/linux/sh/Makefile.arch
index 0c72878..5ebf42b 100644
--- a/libc/sysdeps/linux/sh/Makefile.arch
+++ b/libc/sysdeps/linux/sh/Makefile.arch
@@ -9,4 +9,8 @@
 CSRC := \
 	pipe.c __init_brk.c brk.c sbrk.c pread_write.c cacheflush.c
 
-SSRC := setjmp.S __longjmp.S ___fpscr_values.S vfork.S clone.S
+SSRC := setjmp.S __longjmp.S ___fpscr_values.S
+
+ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
+SSRC += clone.S vfork.S
+endif


More information about the uClibc-cvs mailing list