emulators/qemu7: BROKEN on powerpc64le
At the moment the port does not build on powerpc64le. I do not have any hardware to test this. If someone has the hardware to test and fix please do so.
This commit is contained in:
parent
d6905f9195
commit
9cc77c580d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ WWW= https://www.qemu.org/
|
|||
LICENSE= GPLv2
|
||||
|
||||
.if ${FLAVOR:U} != tools
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
|
||||
# At the moment it broken on powerpc64le
|
||||
# We need to check if it build with other ARCHS
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue