From: Michael Tremer Date: Sat, 11 Aug 2012 21:57:23 +0000 (-0400) Subject: toolchain: strip is no longer called. X-Git-Tag: v2.13-beta1~281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79b5ee0179796c3dd0d741eabdd949133b1388af;p=ipfire-2.x.git toolchain: strip is no longer called. --- diff --git a/lfs/strip b/lfs/strip index 169419e8a8..9c69acad51 100644 --- a/lfs/strip +++ b/lfs/strip @@ -46,13 +46,6 @@ md5 : ############################################################################### $(TARGET) : - -ifeq "$(LFS_PASS)" "toolchain" - -find $(TOOLS_DIR)/lib -type f -exec $(TOOLS_DIR)/bin/strip --strip-debug '{}' ';' - -find $(TOOLS_DIR)/{bin,sbin,libexec} -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';' - rm -rf $(TOOLS_DIR)/{,share/}{doc,info,man} -endif - ifeq "$(LFS_PASS)" "install" # Add -ls before -exec if you want to verify what files are in the path to be stripped # A running binary can't be stripped, so use the version from /tools