On Mon, Jun 18, 2012 at 10:09 AM, Kai Tietz <ktiet...@googlemail.com> wrote:
> 2012/6/18 JonY <jo...@users.sourceforge.net>:
>> Hi,
>>
>> I am told that this ABI test does not apply to mingw targets. OK to apply?
>
> Hi JonY,
>
> The test doesn't apply to x64 windows targets, as for it sse is part of its 
> ABI.
> As test already checks for !ia32, we could simply check for
> x86_64/i?86-*-mingw* targets instead.  We don't need to check for
> ilp32 here again.

The test needs to be skipped if the target is:
x86_64-*-mingw*
i*86-*-mingw* with -m64 multilib option

and it needs to run if the target is:
i*86-*-mingw*
x86_64-*-mingw* with -m32 multilib option

Does anyone know how to make that happen?

Reply via email to