From 9c636934a0cbe7c5b1644ed3688a2a2cb3518d3f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 13 Mar 2003 20:30:07 +0000 Subject: Do not blindly strip all symbols from from all libs. libpthread needs its symbols for pthread debugging to work. Let it be a local decision. --- make/cramfsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/cramfsroot.mk') diff --git a/make/cramfsroot.mk b/make/cramfsroot.mk index 2de865a93..29ac4787d 100644 --- a/make/cramfsroot.mk +++ b/make/cramfsroot.mk @@ -36,7 +36,7 @@ cramfs-dirclean: ############################################################# cramfsroot: cramfs - -@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true; + #-@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true; -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info -- cgit v1.2.3