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

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

 



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
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux