From 4960c9123246d13c04347551b179b45d9dae39d1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 7 Jun 2017 10:58:02 +0100 Subject: [PATCH 1/1] Run strip with tools from the host system Signed-off-by: Michael Tremer --- lfs/strip | 2 +- make.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/strip b/lfs/strip index d07ff43ee0..237f4d2b3b 100644 --- a/lfs/strip +++ b/lfs/strip @@ -49,6 +49,6 @@ $(TARGET) : # Don't strip VDR binaries, because they use a weird plugin system # which does not work when unneeded symbols get stripped from # /usr/sbin/vdr. - STRIP="/tools/bin/strip" $(DIR_SRC)/src/stripper / \ + $(DIR_SRC)/src/stripper $(ROOT) \ --exclude=/usr/src --exclude=/tools \ --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr diff --git a/make.sh b/make.sh index 9c4c6ca089..a0f2dffc28 100755 --- a/make.sh +++ b/make.sh @@ -895,7 +895,7 @@ buildinstaller() { export LOGFILE lfsmake2 memtest lfsmake2 installer - lfsmake2 strip + lfsmake1 strip } buildpackages() { -- 2.39.2