On Sunday 21 May 2006 05:41, Noah Misch wrote: > On Fri, May 19, 2006 at 09:23:45PM +0200, Yoshinori K. Okuji wrote: > > This requires two compilers, for the tools and for the standalone binary, > > and similarly two sets of flags for the compilers. As far as I know, > > autoconf does not support this - at least not in an intuitive way. For > > now, I'm using "build" to specify the environment for the tools, and > > "host" to specify the environment for the standalone binary. > > Use `host' for the tools and `target' for the standalone. It may not be a > perfect fit, either, but it is close.
I see. That sounds reasonable. Thank you for your suggestion. > As you say, Autoconf does not explicitly support detecting two compilers > and assembling two sets of flags for those compilers. You can certainly > implement that manually, as I presume you have. Yes. Okuji