bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two host environments


From: Noah Misch
Subject: Re: two host environments
Date: Sat, 20 May 2006 20:41:35 -0700
User-agent: Mutt/1.5.6i

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.

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]