]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/strip
toolchain: strip is no longer called.
[people/teissler/ipfire-2.x.git] / lfs / strip
index 169419e8a8291368e2764da46d547c351c45ba24..9c69acad51b32f9e1fc96f7cb120520bb0a0f44e 100644 (file)
--- 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