From ae9bb92ccc2b4a9a75b09c59e1351a78e6a6da53 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 4 May 2001 17:03:47 +0000 Subject: Initial sparc port, thanks to Mathew Bosworth , who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik --- libc/sysdeps/linux/sparc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/sparc/Makefile') diff --git a/libc/sysdeps/linux/sparc/Makefile b/libc/sysdeps/linux/sparc/Makefile index d7490d43d..fdc802b89 100644 --- a/libc/sysdeps/linux/sparc/Makefile +++ b/libc/sysdeps/linux/sparc/Makefile @@ -28,10 +28,12 @@ ASFLAGS=$(CFLAGS) CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC= +SSRC=__longjmp.S setjmp.S vfork.S +#SSRC=__longjmp.S _start.S setjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC= +CSRC=fork.c ptrace.c +#CSRC=fork.c ptrace.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) -- cgit v1.2.3