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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to