[PATCH 8/9] wrc: Add PPC64 support

André Hentschel nerv at dawncrow.de
Mon Apr 27 05:03:06 CDT 2020


Am 27.04.20 um 04:06 schrieb Dmitry Timoshkov:
> André Hentschel <nerv at dawncrow.de> wrote:
> 
>>      if (!strcmp( cpu, "amd64" ) || !strcmp( cpu, "x86_64" ) ||
>> -        !strcmp( cpu, "ia64" ) || !strcmp( cpu, "aarch64" ))
>> +        !strcmp( cpu, "ia64" ) || !strcmp( cpu, "aarch64" ) ||
>> +        !strcmp( cpu, "ppc64" ) || strcmp( cpu, "ppc64le" ))
> 
> A typo? (Missing '!' in front of strcmp)
> 

Well spotted, thanks!



More information about the wine-devel mailing list