emulators/qemu-devel: fix build on powerpc
Same as with emulators/qemu50.
This commit is contained in:
parent
34489b9d2f
commit
0cb89366dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user