summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-28 00:28:47 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-28 00:28:47 +0000
commita9d3b94d6c54e89ad9f609a3931abc488ca624e5 (patch)
treed2b6f9df936373582c2ebd7cb5eac8a2282bb0df /libc/sysdeps/linux/i386/Makefile
parentab262188b031c842ae09b15b150600287ead45cc (diff)
_start.c is a failed experiment. Go back to using asm...
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r--libc/sysdeps/linux/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile
index c7c87d8a5..018ac653a 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 #clone.S
+SSRC=_start.S longjmp.S setjmp.S #_start.S #clone.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
CSRC=readdir.c #select.c