[uClibc-cvs] uClibc/libc Makefile,1.26,1.27

Erik Andersen andersen at uclibc.org
Thu Jun 5 21:25:57 UTC 2003


Update of /var/cvs/uClibc/libc
In directory winder:/tmp/cvs-serv18392/libc

Modified Files:
	Makefile 
Log Message:
Patch from Peter S. Mazinger to make the get-needed-libgcc-objects
script work with newer binutils versions.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	5 Feb 2003 07:45:35 -0000	1.26
+++ Makefile	5 Jun 2003 21:25:53 -0000	1.27
@@ -76,8 +76,9 @@
 	@rm -rf tmp
 	@mkdir tmp
 	$(AR) rv $@
-	@(cd tmp && CC=$(CC) LD=$(LD) LDFLAGS=$(CPU_LDFLAGS-y) NM=$(NM) AR=$(AR) \
-		LIBGCC=$(LIBGCC) CRTOBJS=$(CRTOBJS) \
+	(cd tmp && CC=$(CC) LD=$(LD) LDFLAGS=$(CPU_LDFLAGS-y) NM=$(NM) AR=$(AR) \
+		LIBGCC=$(LIBGCC) \
+		CRTOBJS=$(CRTOBJS) \
 		/bin/sh $(TOPDIR)../extra/scripts/get-needed-libgcc-objects.sh)
 
 halfclean:



More information about the uClibc-cvs mailing list