From cdc7ed7e450dc815215aad89845d574e8c4f86a5 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Fri, 1 Jul 2005 01:57:44 +0000
Subject: enable clone.S

---
 libc/sysdeps/linux/x86_64/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'libc')

diff --git a/libc/sysdeps/linux/x86_64/Makefile b/libc/sysdeps/linux/x86_64/Makefile
index 70a4e579e..167ebb167 100644
--- a/libc/sysdeps/linux/x86_64/Makefile
+++ b/libc/sysdeps/linux/x86_64/Makefile
@@ -24,8 +24,7 @@ CRT_OBJ = crt1.o
 SCRT_OBJ = $(patsubst %,S%, $(CRT_OBJ))
 CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o
 
-SSRC=__longjmp.S vfork.S setjmp.S syscall.S bsd-setjmp.S bsd-_setjmp.S
-#clone.S
+SSRC=__longjmp.S vfork.S setjmp.S syscall.S bsd-setjmp.S bsd-_setjmp.S clone.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
 CSRC=brk.c sigaction.c __syscall_error.c
-- 
cgit v1.2.3