Hi,
Thanks for reply and comment!
From: Mike Frysinger <[EMAIL PROTECTED]>
> i think that's more because distros have been yelling at anyone who actually
> uses the -s option when installing packages, so it isnt really utilized too
> often anymore ...
I'm making distro for MIPS architecture, where some package had
$install -s option set, and met the problem that host machine(x86)'s strip
was used, and made this wish entry.
My current workaround for this problem is, like you said, to create a patch
to take off -s option from install command... hummm...
> On Thursday 13 September 2007, Jim Meyering wrote:
> > I suppose that most people have access to a binary named "install"
> > and can invoke install like this:
> >
> > PATH=/path-to-mips-unknown-linux-binaries/bin:$PATH install -s
> >
> > Would that work for you?
>
> unfortunately, in my experience, that would generally not be useful
In my case, binutils command, including strip has prefix, like:
mips-unknown-linux-{strip,ar,as,ld,...} so this doesn't work for me...
(except if I make symbolic link...)
Best Regards,
(Hiroki Kaminaga)
t
--
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils