mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
lrzsz: remove unneeded strip
Is handled generically in target-finalize and shouldn't be done in the build directory. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -33,7 +33,6 @@ endef
|
||||
|
||||
define LRZSZ_BUILD_HOOKS
|
||||
$(MAKE) CROSS_COMPILE="$(TARGET_CROSS)" prefix="$(TARGET_DIR)" -C $(@D)
|
||||
$(STRIPCMD) $(@D)/src/lrz $(@D)/src/lsz
|
||||
endef
|
||||
|
||||
define LRZSZ_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user