From f3de5d6b75c7631d9d4bffe8112cc3fd83b84943 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Wed, 24 Sep 2003 08:45:36 +0000 Subject: Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the expected thing. A so called "D'oh!". --- 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 dacfb4dc5..8a860f188 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.S +CRT0_SRC = crt0.c CRT0_OBJ = crt0.o crt1.o SSRC= setjmp.S __longjmp.S clone.S sysdep.S syscall.S -- cgit v1.2.3