mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
toolchain: strip is no longer called.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user