From 9cc77c580d7fb10f7e6ca1d41c3eada7812628ac Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 2 Jan 2024 19:24:26 +0100 Subject: [PATCH] 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. --- emulators/qemu7/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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