On 7 April 2012 16:53, Stefan Weil <s...@weilnetz.de> wrote: > Not all i386 / x86_64 hosts use ELF. > Ask the compiler whether ELF is used. > tcg/i386/tcg-target.c | 6 +++++-
> +#if !defined(__ELF__) > + /* Host machine without ELF. */ Hmm, should this check maybe go in the generic tcg code rather than the i386 specific bits? -- PMM