diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-27 18:22:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-27 18:22:24 +0000 |
commit | 34d315e598c3e2dce6fdf7d9cfec25c3c1f95549 (patch) | |
tree | e2887ff54b6523df8380acf255af1870e50f22dd /libc/sysdeps/linux | |
parent | 95a6ad995b5b136c8728ef98af3fc8364cf1d9d5 (diff) |
Not needed. Seems to work fine without asm...
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |