Skip to content

Commit

Permalink
emulators/qemu7: BROKEN on powerpc64le
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
5u623l20 committed Jan 3, 2024
1 parent d6905f9 commit 9cc77c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulators/qemu7/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 9cc77c5

Please sign in to comment.