diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-19 12:06:05 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-19 12:06:05 +0000 |
commit | a6f671bc7c89ef6c36e037f319fd45b599f1c893 (patch) | |
tree | 1e63578a88a8307006d26ca0474e3bb20c9a440f /libc/sysdeps/linux/cris/Makefile | |
parent | a436319a3a1e288bfaa0eb79f7066e7290464ba8 (diff) |
Added assembler version of startup code. Fix Makefile so it uses the new
code.
Diffstat (limited to 'libc/sysdeps/linux/cris/Makefile')
-rw-r--r-- | libc/sysdeps/linux/cris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |