automake
[Top][All Lists]
Advanced

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

Re: automake 1.4g: About `make install-strip'


From: Alexandre Oliva
Subject: Re: automake 1.4g: About `make install-strip'
Date: 26 May 2001 05:01:58 -0300
User-agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Academic Rigor)

On May 26, 2001, Tom Tromey <address@hidden> wrote:

>>>>>> "Alexandre" == Alexandre Oliva <address@hidden> writes:
>>> Note that I'm writing of a performance.  Install-sh is a serious
>>> performance hit for non-trivial installs.

Alexandre> How about only use install-sh for install-strip on cross builds?

> I'm ok with this idea.  Can it be easily done with autoconf 2.13
> compatibility?

Not easily.  cross_compiling used to be set only after compiler tests
in 2.13.  But we could just compare $host with $build, like 2.50 does,
to decide whether to use install-sh -s or install -s.  How does this
sound?

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