Subject: Re: cross-building on freebsd broken?
To: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 09/28/2005 22:11:54
On Wed, 28 Sep 2005 10:19:24 -0500, James Chacon writes:
>In reality you're always cross building, if you're actually building the tools
>and using them to build anything.
True
>If you're just wanting to test one-off changes to some subsystem there's alway
>s
>
>USETOOLS=no make
But in that case, what happens if foo.c tries to include config.h?
FWIW I use both. I very often build just make using the host tools.
In which case autoconf would seem inappropriate.
--sjg