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