Am 27.04.20 um 04:06 schrieb Dmitry Timoshkov:
André Hentschel nerv@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!