autoconf
[Top][All Lists]
Advanced

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

Re: How can I always cross compile even when host and build are the same


From: Nick Bowler
Subject: Re: How can I always cross compile even when host and build are the same?
Date: Mon, 31 Aug 2015 15:06:56 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On 2015-08-31 17:49 +0000, Steven Stewart-Gallus wrote:
> I would prefer to never invoke runtime tests such as for whether vfork is
> effective and simply always cross compile even if host and build are the same 
> (I
> want people cross compiling from some other architecture to obtain the exact
> same binary identical build as for my native builds.) How can I do this?

You can force cross-compiling mode by running configure with
cross_compiling=yes.  For example:

  % ./configure cross_compiling=yes

Cheers,
  Nick



reply via email to

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