From 34d315e598c3e2dce6fdf7d9cfec25c3c1f95549 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Oct 2000 18:22:24 +0000 Subject: Not needed. Seems to work fine without asm... --- libc/sysdeps/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 566bd47d0..c7c87d8a5 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a ASFLAGS=$(CFLAGS) -SSRC=longjmp.S setjmp.S #_start.S #fork.S #clone.S +SSRC=longjmp.S setjmp.S #_start.S #clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=readdir.c #select.c -- cgit v1.2.3