diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-01 21:09:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-01 21:09:56 +0000 |
commit | 3fc6ba17b7a9919dd01a1c47853a4944fc990079 (patch) | |
tree | de3fd1bbbcae1ca3ed9238bcb82b1900d45fc714 /libc/sysdeps/linux/sh/Makefile | |
parent | 9cee42f10dbc5b33866ff137b926a74abd7c1a5b (diff) |
Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support
for SH, and fix vfork
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index 1f7d76a70..2e37e8974 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -32,7 +32,7 @@ TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S vfork.S +SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S vfork.S clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=_mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c |