ソースを参照

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 21 年 前
コミット
f3de5d6b75
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libc/sysdeps/linux/cris/Makefile

+ 1 - 1
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