From a6f671bc7c89ef6c36e037f319fd45b599f1c893 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Fri, 19 Sep 2003 12:06:05 +0000 Subject: Added assembler version of startup code. Fix Makefile so it uses the new code. --- libc/sysdeps/linux/cris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/cris/Makefile') diff --git a/libc/sysdeps/linux/cris/Makefile b/libc/sysdeps/linux/cris/Makefile index 8a860f188..dacfb4dc5 100644 --- a/libc/sysdeps/linux/cris/Makefile +++ b/libc/sysdeps/linux/cris/Makefile @@ -20,7 +20,7 @@ TOPDIR=../../../../ include $(TOPDIR)Rules.mak ASFLAGS=$(CFLAGS) -CRT0_SRC = crt0.c +CRT0_SRC = crt0.S CRT0_OBJ = crt0.o crt1.o SSRC= setjmp.S __longjmp.S clone.S sysdep.S syscall.S -- cgit v1.2.3