diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:57:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:57:44 +0000 |
commit | cdc7ed7e450dc815215aad89845d574e8c4f86a5 (patch) | |
tree | 4fc82e04f23b60a4e88d4c1b89cefeb9fcf29900 /libc | |
parent | f9adb33170dd402122e8fe050d17b913dedc99c6 (diff) |
enable clone.S
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/x86_64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |