diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2022-12-29 22:02:44 +0100 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-01-16 20:11:33 +0100 |
commit | 206ae4f439b6ad2295978c5a433fc1bcf7d80b43 (patch) | |
tree | 7065b9e284d920354ba6a127414278d11d3cce96 /emulators/qemu | |
parent | security/tor: Update 0.4.7.12 -> 0.4.7.13 (diff) |
emulators/qemu: remove now-obsolete comment about i386
As of commit 5fcabb512923 qemu builds for i386 again without any
vm_page_t related errors, so the comment is no longer applicable.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index be243a683990..ab3651a9c86e 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv2 .if ${FLAVOR:U} != tools ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le # We need to check if it build with other ARCHS -# For i386 we have unknown type name 'vm_page_t' .endif BUILD_DEPENDS= bash:shells/bash |