[PATCH 8/9] wrc: Add PPC64 support

Dmitry Timoshkov dmitry at baikal.ru
Sun Apr 26 21:06:27 CDT 2020


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)

-- 
Dmitry.



More information about the wine-devel mailing list