diff options
| author | tnn <tnn@pkgsrc.org> | 2022-09-17 14:05:36 +0000 |
|---|---|---|
| committer | tnn <tnn@pkgsrc.org> | 2022-09-17 14:05:36 +0000 |
| commit | e55bc066c560f92699935c9a9c61fd2d7982b854 (patch) | |
| tree | 824f8d902905fdbb7b4ecb718deb31324001f527 /emulators | |
| parent | 9f0b2dea3e18899f4f0a4aa966fe490e9900a724 (diff) | |
| download | pkgsrc-e55bc066c560f92699935c9a9c61fd2d7982b854.tar.gz | |
qemu: fix PLIST on Linux
Diffstat (limited to 'emulators')
| -rw-r--r-- | emulators/qemu/Makefile | 3 | ||||
| -rw-r--r-- | emulators/qemu/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 327c2340c62..7227f75ce6b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.303 2022/09/17 09:54:56 tnn Exp $ +# $NetBSD: Makefile,v 1.304 2022/09/17 14:05:36 tnn Exp $ DISTNAME= qemu-7.1.0 CATEGORIES= emulators @@ -105,6 +105,7 @@ UE_ARCHS+= aarch64 aarch64_be UE_ARCHS+= alpha arm armeb cris UE_ARCHS+= hexagon hppa UE_ARCHS+= i386 +UE_ARCHS+= loongarch64 UE_ARCHS+= m68k microblaze microblazeel UE_ARCHS+= mips mips64 mips64el mipsel mipsn32 mipsn32el UE_ARCHS+= nios2 diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 2e380c3e002..dba96aca24e 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.82 2022/09/17 09:54:56 tnn Exp $ +@comment $NetBSD: PLIST,v 1.83 2022/09/17 14:05:36 tnn Exp $ bin/elf2dmp ${PLIST.aarch64}bin/qemu-aarch64 ${PLIST.aarch64_be}bin/qemu-aarch64_be @@ -14,6 +14,7 @@ ${PLIST.i386}bin/qemu-i386 bin/qemu-img bin/qemu-io ${PLIST.keymap}bin/qemu-keymap +${PLIST.loongarch64}bin/qemu-loongarch64 ${PLIST.m68k}bin/qemu-m68k ${PLIST.microblaze}bin/qemu-microblaze ${PLIST.microblazeel}bin/qemu-microblazeel |
