Run strip with tools from the host system

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-06-07 10:58:02 +01:00
parent 2ee623a89a
commit 4960c91232
2 changed files with 2 additions and 2 deletions

View File

@@ -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