emulators/qemu-devel: fix build on powerpc

Same as with emulators/qemu50.
This commit is contained in:
Piotr Kubaj 2021-09-12 21:06:09 +00:00
parent 34489b9d2f
commit 0cb89366dc

View File

@ -129,7 +129,9 @@ MAKE_ARGS+= ARCH=x86_64
.endif
.if ${ARCH} == "powerpc"
CFLAGS+= -D_CALL_SYSV
MAKE_ARGS+= ARCH=ppc
USE_GCC= yes
.endif
.if ${ARCH} == "powerpc64"