Don't strip installed binaries, as cross-compiling won't use the right strip

command... (Issue #188)
This commit is contained in:
Michael Sweet 2017-03-29 17:10:10 -04:00
parent be9a76ffdb
commit 8c6a46e4f6

View File

@ -55,7 +55,7 @@ BUILDROOT = $(DSTROOT)
# Install commands...
#
INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(INSTALL) -d
INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755