We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f19a52 commit f0905dbCopy full SHA for f0905db
emulators/qemu7/Makefile
@@ -122,8 +122,9 @@ CONFIGURE_ARGS+= --disable-bsd-user
122
CONFIGURE_ARGS+= --enable-bsd-user
123
USER_EMUL= i386 x86_64
124
. endif
125
-.elif ${OPSYS:M*BSD} || ${OPSYS} == "DragonFly"
126
-USER_EMUL= i386 x86_64
+.elif ${OPSYS} == "FreeBSD"
+USER_EMUL= arm ga i386 x86_64
127
+PLIST.ga= yes
128
PLIST.nbd= yes
129
.elif ${OPSYS} == "Darwin"
130
USER_EMUL=
emulators/qemu7/PLIST
@@ -1,4 +1,5 @@
1
@comment $NetBSD: PLIST,v 1.84 2023/01/20 08:36:24 adam Exp $
2
+bin/elf2dmp
3
${PLIST.aarch64}bin/qemu-aarch64
4
${PLIST.aarch64_be}bin/qemu-aarch64_be
5
${PLIST.alpha}bin/qemu-alpha
0 commit comments