On May 26, 2001, Tom Tromey <[EMAIL PROTECTED]> wrote:

>>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> 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                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to