awesome - thanks.

I'll give this a shot tomorrow.

On Sat, Oct 20, 2012 at 1:01 PM, Mike Frysinger <[email protected]> wrote:
> On Thursday 18 October 2012 18:56:20 Christopher Friedt wrote:
>> The only problem with autotools and using a stage1 compiler, is that
>> the macro AC_PROG_CC in configure.ac always dies because the compiler
>> tries to link main to a fully-fledged executable can't find the crt
>> files yet.
>>
>> Is there some kind of auto-magical autoconf incantation that only
>> checks to see if the compiler can simply compile (and not necessarily
>> link)?
>
> glibc puts into its aclocal.m4:
> dnl These modifications are to allow for an empty cross compiler tree.
> define([_AC_COMPILER_EXEEXT], [EXEEXT=
> ])
> -mike

Reply via email to