aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-02 18:24:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-03 05:27:52 +0000
commit9cc77c580d7fb10f7e6ca1d41c3eada7812628ac (patch)
treebf89810495fa5ed7ec43a3c14b64c04b5211cc58
parentd6905f9195093f505110f59cdb7871a0088a10de (diff)
downloadports-9cc77c580d7fb10f7e6ca1d41c3eada7812628ac.tar.gz
ports-9cc77c580d7fb10f7e6ca1d41c3eada7812628ac.zip
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.
-rw-r--r--emulators/qemu7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu7/Makefile b/emulators/qemu7/Makefile
index 1e8f1c7391fa..1f2fa61f7e58 100644
--- a/emulators/qemu7/Makefile
+++ b/emulators/qemu7/Makefile
@@ -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