HomeFreeBSD

emulators/qemu: fix build on powerpc*

Description

emulators/qemu: fix build on powerpc*

../util/cpuinfo-ppc.c:49:18: error: use of undeclared identifier 'PPC_FEATURE2_ISEL'

if (hwcap2 & PPC_FEATURE2_ISEL) {
             ^

../util/cpuinfo-ppc.c:62:26: error: use of undeclared identifier 'PPC_FEATURE2_VEC_CRYPTO'

if (hwcap2 & PPC_FEATURE2_VEC_CRYPTO) {
             ^

2 errors generated.

Details

Provenance
pkubajAuthored on Feb 9 2024, 10:12 PM
Parents
R11:b49543b3fcec: math/py-libpoly: fix build on 32-bits
Branches
Unknown
Tags
Unknown