Browse Source

Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the
expected thing. A so called "D'oh!".

Tobias Anderberg 22 years ago
parent
commit
f3de5d6b75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/cris/Makefile

+ 1 - 1
libc/sysdeps/linux/cris/Makefile

@@ -20,7 +20,7 @@ TOPDIR=../../../../
 include $(TOPDIR)Rules.mak
 include $(TOPDIR)Rules.mak
 ASFLAGS=$(CFLAGS)
 ASFLAGS=$(CFLAGS)
 
 
-CRT0_SRC = crt0.S
+CRT0_SRC = crt0.c
 CRT0_OBJ = crt0.o crt1.o
 CRT0_OBJ = crt0.o crt1.o
 
 
 SSRC= setjmp.S __longjmp.S clone.S sysdep.S syscall.S
 SSRC= setjmp.S __longjmp.S clone.S sysdep.S syscall.S