OSDN Git Service

the install program is run with the '-s' option which makes `install` run the
authorDavid McCullough <davidm@snapgear.com>
Thu, 23 Nov 2006 22:42:07 +0000 (22:42 +0000)
committerDavid McCullough <davidm@snapgear.com>
Thu, 23 Nov 2006 22:42:07 +0000 (22:42 +0000)
commit1bbcfafeb7403edb502b88cf06a20e21d8cfac86
tree14775e00c2c4f3de44692be96e2dfa27f4b93959
parent422422383750d8b1536e16e5f696f502013f9687
the install program is run with the '-s' option which makes `install` run the
host `strip` on the installed binary ... this certainly wont work when
cross-compiling and really, the standard is to leave stripping up to the
people doing the actual install

so attached patch simply drops the -s argument to install

Mike Frysinger <vapier@gentoo.org>
Makefile.in