[uClibc-cvs] uClibc/libc/sysdeps/linux/cris Makefile,1.7,1.8

Tobias Anderberg tobiasa at uclibc.org
Wed Sep 24 08:45:40 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/cris
In directory winder:/tmp/cvs-serv21969

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


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/cris/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	19 Sep 2003 12:06:05 -0000	1.7
+++ Makefile	24 Sep 2003 08:45:36 -0000	1.8
@@ -20,7 +20,7 @@
 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




More information about the uClibc-cvs mailing list