[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.69,1.70

Erik Andersen andersen at codepoet.org
Thu Dec 12 10:14:50 UTC 2002


Update of /var/cvs/uClibc/libc/sysdeps/linux/common
In directory winder:/tmp/cvs-serv5260/libc/sysdeps/linux/common

Modified Files:
	Makefile 
Log Message:
Based on discussions with Stefan Allius, change it so that we always
build a crt0.o and a crt1.o.  crt1.o will support ctors and dtors if
such support is enabled.  One more gratuitous toolchain support issue
is thereby removed...
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Makefile	27 Nov 2002 23:33:59 -0000	1.69
+++ Makefile	12 Dec 2002 10:14:16 -0000	1.70
@@ -55,7 +55,6 @@
 
 ar-target: $(OBJ) $(CTOR_TARGETS)
 	$(AR) $(ARFLAGS) $(LIBC) $(OBJ)
-	(cd $(TOPDIR)lib/; ln -fs crt0.o crt1.o)
 
 $(MOBJ): $(MSRC)
 	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o




More information about the uClibc-cvs mailing list