Re: Cross compiling build tools with EXEEXT

2008-12-07 Thread Ralf Wildenhues
Hello Theo, * Theo Markettos wrote on Mon, Dec 01, 2008 at 01:32:12PM CET: > I'm trying to run an existing autoconf/automake setup in a cross compiler. > The cross compiler script generally Does The Right Thing about setting up > --build, --host etc etc. > noinst_PROGRAMS = bf_test > So far I've

Cross compiling build tools with EXEEXT

2008-12-01 Thread Theo Markettos
I'm trying to run an existing autoconf/automake setup in a cross compiler. The cross compiler script generally Does The Right Thing about setting up --build, --host etc etc. The Makefile.am has the line: noinst_PROGRAMS = bf_test where bf_test is a program run on the build system to generate som