strip: Do not try to strip Go binaries

There is loads of stuff for PowerPC and other architectures
in the directory which we cannot strip. Therefore we ignore
the whole directory.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-04-16 19:27:09 +00:00
committed by Arne Fitzenreiter
parent d2315d00c2
commit 3a56d70ce7

View File

@@ -61,4 +61,5 @@ $(TARGET) :
# /usr/sbin/vdr.
STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper $(ROOT) \
--exclude=/usr/src --exclude=$(TOOLS_DIR) \
--exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr
--exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr \
--exclude=/usr/lib/go