diff options
author | David McCullough <davidm@snapgear.com> | 2002-02-06 14:35:12 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-02-06 14:35:12 +0000 |
commit | 321d2f0e5667fd3d10e9cd41aa80818bad71ebdc (patch) | |
tree | 390fead2a484af74aa8d9b8360da12b46197bdfa /libc/sysdeps/linux/m68k/Makefile | |
parent | e39dd6837ce96595e681b955cedfd5b6d6888ba4 (diff) |
Add in clone (untested)
Fix up setjmp/longjmp which were quite broken not withstanding
all the new versions.
Needs a little more test time before I'll trust this code totally.
Diffstat (limited to 'libc/sysdeps/linux/m68k/Makefile')
-rw-r--r-- | libc/sysdeps/linux/m68k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile index f9f90ee44..2337a6ea7 100644 --- a/libc/sysdeps/linux/m68k/Makefile +++ b/libc/sysdeps/linux/m68k/Makefile @@ -36,7 +36,7 @@ CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) endif -SSRC=setjmp.S vfork.S # longjmp.S _start.S clone.S +SSRC= __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=ptrace.c |