diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-24 08:45:36 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-24 08:45:36 +0000 |
commit | f3de5d6b75c7631d9d4bffe8112cc3fd83b84943 (patch) | |
tree | b83f1ecba2d995cf7853ac8d44721e6155110a67 /libc/sysdeps/linux | |
parent | 326aad046922ca3802dc330123a2c050975fb12f (diff) |
Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the
expected thing. A so called "D'oh!".
Diffstat (limited to 'libc/sysdeps/linux')
-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 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 |