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/uclibc_toolchain_2_95.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'make/uclibc_toolchain_2_95.mk') diff --git a/make/uclibc_toolchain_2_95.mk b/make/uclibc_toolchain_2_95.mk index 3335d0483..9a040ddf3 100644 --- a/make/uclibc_toolchain_2_95.mk +++ b/make/uclibc_toolchain_2_95.mk @@ -510,9 +510,7 @@ $(STAGING_DIR)/bin/$(ARCH)-uclibc-g++: $(GCC_BUILD_DIR2)/.compiled $(STAGING_DIR)/share/locale # Strip the host binaries -strip --strip-all -R .note -R .comment $(STAGING_DIR)/bin/* - # Strip the target shared libs - -$(STRIP) --strip-unneeded -R .note -R .comment $(STAGING_DIR)/lib/*.so*; - set -e; + set -e; \ for app in cc gcc c89 cpp c++ g++ ; do \ if [ -x $(STAGING_DIR)/bin/$(ARCH)-uclibc-$${app} ] ; then \ (cd $(STAGING_DIR)/usr/bin; \ -- cgit v1.2.3