bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] 'install' and cross-compilers


From: Lucas Correia Villa Real
Subject: [PATCH] 'install' and cross-compilers
Date: Sun, 12 Dec 2004 19:27:50 -0200
User-agent: KMail/1.6.2

Hi,

I've been working with cross-compilers for some time, and there's always a 
little problem when 'install' gets called with --strip: the default strip 
(taken from $PATH) is executed, while eg. arm-linux-strip was expected. 

This patch allows 'install' to verify for the existence of an environment 
variable called STRIP. When it does exist, its contents are used to call 
execlp(), or the default 'strip' is used instead.

Please consider applying, as it helps to automate the cross-compiling 
proccess.

Thanks,
Lucas

ps: please CC:-me on replies as I'm not subscribed to this mailing list.

Attachment: install_c.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]