This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED] Merge libffi with upstream


Jakub Jelinek <jakub@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]