[uClibc-cvs] uClibc/libc Makefile,1.33,1.34

Manuel Novoa III mjn3 at uclibc.org
Wed Jan 14 09:14:50 UTC 2004


Update of /var/cvs/uClibc/libc
In directory nail:/tmp/cvs-serv24385

Modified Files:
	Makefile 
Log Message:
Ok.. we need to link with libgcc.a for some archs.  I haven't looked at
all cases, but the archs I've looked at do build the needed routines as
PIC so we should be ok.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile	4 Nov 2003 09:00:56 -0000	1.33
+++ Makefile	14 Jan 2004 09:14:47 -0000	1.34
@@ -58,7 +58,7 @@
 	$(LD) $(LDFLAGS) $(VERSION_SCRIPT) -soname=$(SHARED_MAJORNAME) -o $(SHARED_FULLNAME) \
 		--whole-archive $(LIBNAME) \
 		$(TOPDIR)libc/misc/internals/interp.o --no-whole-archive \
-		-init __uClibc_init
+		-init __uClibc_init $(LIBGCC)
 	@true #$(RM) -r tmp
 	$(INSTALL) -d $(TOPDIR)lib
 	$(RM) $(TOPDIR)lib/$(SHARED_FULLNAME)




More information about the uClibc-cvs mailing list