Jakub Jelinek <ja...@redhat.com> writes:

>> @@ -311,7 +312,8 @@ proc run-many-tests { testcases extra_fl
>>  
>>      set targetabis { "" }
>>      if [string match $compiler_vendor "gnu"] {
>> -        if [istarget "i?86-*-*"] {
>> +        if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"])
>> +         && [is-effective-target ilp32] } {
>
> Shouldn't that be ia32 instead if ilp32 ?  I mean, do you want
> it for -mx32 too or not?

I've no idea if x32 supports stdcall or not.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to