Re: Default host other than local system

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

 



* Robert Woodworth wrote on Fri, Nov 12, 2010 at 07:56:53PM CET:
> no, that does not work....
[...]
> Try it with a simple two line 'configure.ac'
> AC_INIT
> host_alias=mips-elf

> No, I don't want my site defaults to be cross-compiled by default.
> Yes, this source code will only work on a very specific MIPS.

Try this:

AC_INIT
: ${host_alias=mips-elf}
AC_CANONICAL_HOST
AC_PROG_CC

Cheers,
Ralf

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://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