dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Sat Sep 30 23:16:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv31803

Modified Files:
	Makefile 
Log Message:
Strip multilibs.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile	30 Sep 2006 21:14:00 -0000	1.23
+++ Makefile	30 Sep 2006 21:16:24 -0000	1.24
@@ -617,6 +617,10 @@
 	$(TARGET)-strip --strip-debug $(PREFIX)/lib/gcc/$(TARGET)/$(GCC_VER)/*.a
 	$(TARGET)-strip --strip-debug $(PREFIX)/lib/gcc/$(TARGET)/$(GCC_VER)/thumb/*.o
 	$(TARGET)-strip --strip-debug $(PREFIX)/lib/gcc/$(TARGET)/$(GCC_VER)/thumb/*.a
+	$(foreach d, multibase nopic pic singlebase strb swpb, \
+		$(TARGET)-strip --strip-debug $(PREFIX)/$(TARGET)/lib/$d/*.a; \
+		$(TARGET)-strip --strip-debug $(PREFIX)/$(TARGET)/lib/$d/*/*.a; \
+		$(TARGET)-strip --strip-debug $(PREFIX)/$(TARGET)/lib/$d/*/*/*.a;)
 	touch $@
 
 #######################################################################




More information about the dslinux-commit mailing list