git: 9cc77c580d7f - main - emulators/qemu7: BROKEN on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 05:28:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cc77c580d7fb10f7e6ca1d41c3eada7812628ac commit 9cc77c580d7fb10f7e6ca1d41c3eada7812628ac Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-02 18:24:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-03 05:27:52 +0000 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