diff options
author | nia <nia@pkgsrc.org> | 2021-04-08 13:02:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-08 13:02:08 +0000 |
commit | b1a6ca20392efaf13b9f9347ca2c661a8ddf1814 (patch) | |
tree | b46d8afe980786f896b1d4ad6a3e610fc2ca92aa /emulators/qemu/Makefile | |
parent | efd762f2657417beaae1081aafabf05f15b7e922 (diff) | |
download | pkgsrc-b1a6ca20392efaf13b9f9347ca2c661a8ddf1814.tar.gz |
qemu: some linux usermode targets are no longer being built
reported in #pkgsrc
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 8976af22056..7ada6c2e614 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.270 2021/04/07 13:21:28 wiz Exp $ +# $NetBSD: Makefile,v 1.271 2021/04/08 13:02:08 nia Exp $ DISTNAME= qemu-5.2.0 PKGREVISION= 5 @@ -98,10 +98,9 @@ UE_ARCHS+= i386 UE_ARCHS+= m68k microblaze microblazeel UE_ARCHS+= mips mips64 mips64el mipsel mipsn32 mipsn32el UE_ARCHS+= nios2 -UE_ARCHS+= or1k ppc ppc64 ppc64le ppc64abi32 +UE_ARCHS+= or1k ppc ppc64 ppc64le UE_ARCHS+= riscv32 riscv64 UE_ARCHS+= s390x sh4 sh4eb sparc sparc32plus sparc64 -UE_ARCHS+= tilegx UE_ARCHS+= x86_64 xtensa xtensaeb .if ${OPSYS} == "NetBSD" |