diff options
Diffstat (limited to 'make/uclibc_toolchain_2_95.mk')
-rw-r--r-- | make/uclibc_toolchain_2_95.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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; \ |