>>> "Maciej" == Maciej W Rozycki <[EMAIL PROTECTED]> writes:

 Maciej> On 23 May 2001, Tom Tromey wrote:
 >> This is possible, but we don't recommend it.  Instead we try to
 >> approach cross builds the "autoconf way": we assume that configure
 >> will use things like AC_CHECK_TOOL, etc.

 Maciej> Note that I'm writing of a performance.  Install-sh is a serious
 Maciej> performance hit for non-trivial installs.

Then maybe you could bypass install-strip using something like 
  ./configure LDFLAGS=-s
  make
  make install

[...]

-- 
Alexandre Duret-Lutz

Reply via email to