autoconf
[Top][All Lists]
Advanced

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

Re: Default host other than local system


From: Ralf Wildenhues
Subject: Re: Default host other than local system
Date: Sun, 14 Nov 2010 16:52:32 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

* 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



reply via email to

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