From 8b56ff58bac66c12d55ef13f96a198d4a7cbec21 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 27 Feb 2004 07:47:54 +0000 Subject: We need to remove the *.la files or libtool gets confused in the rootfs. --- make/gcc-uclibc-3.3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/gcc-uclibc-3.3.mk') diff --git a/make/gcc-uclibc-3.3.mk b/make/gcc-uclibc-3.3.mk index c9cac518c..df05de77d 100644 --- a/make/gcc-uclibc-3.3.mk +++ b/make/gcc-uclibc-3.3.mk @@ -242,7 +242,7 @@ endif -(cd $(TARGET_DIR)/usr/lib; $(STRIP) libstdc++.so.*.*.* > /dev/null 2>&1) -(cd $(TARGET_DIR)/lib; $(STRIP) libgcc_s.so.*.*.* > /dev/null 2>&1) # - #rm -f $(TARGET_DIR)/usr/lib/*.la* + rm -f $(TARGET_DIR)/usr/lib/*.la* #rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ # $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc # Work around problem of missing syslimits.h -- cgit v1.2.3