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

command... (Issue #188)
pull/193/head
Michael Sweet 7 years ago
parent be9a76ffdb
commit 8c6a46e4f6
  1. 2
      Makefile.in

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

Loading…
Cancel
Save