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

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to