automake
[Top][All Lists]
Advanced

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

Re: make install-strip in cross-compilation environments


From: Alexandre Oliva
Subject: Re: make install-strip in cross-compilation environments
Date: 18 Jan 2001 10:55:49 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

On Jan 17, 2001, Tom Tromey <address@hidden> wrote:

adl> b) change the Makefiles to not call `install -s', but just 
adl> `install' followed by a direct call to the correct strip.

> This would make sense.  It is unfortunate though.

We could surely adjust install-sh so as to take a STRIP variable into
account, and set INSTALL_STRIP (a new variable, set to the same as
`$(INSTALL)' if not cross-compiling, or to `STRIP=toolchain-strip
$(CONFIG_SHELL) /path/to/install-sh' otherwise) in the configure
script.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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