diff options
-rw-r--r-- | emulators/qemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 6dfacc3fab1..c0cde116f4d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2015/05/16 03:19:54 khorben Exp $ +# $NetBSD: Makefile,v 1.139 2015/06/10 20:40:11 ryoon Exp $ DISTNAME= qemu-2.3.0 PKGREVISION= 1 @@ -55,7 +55,7 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu UE_ARCHS+= alpha arm armeb cris i386 m68k microblaze mips mipsel UE_ARCHS+= or32 ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus -UE_ARCHS+= sparc64 x86_64 microblazeel s390x tricore unicore32 +UE_ARCHS+= sparc64 x86_64 microblazeel s390x unicore32 .if ${OPSYS} == "NetBSD" . if (!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*)) diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 91ca33565e4..f391b28004b 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.41 2014/12/12 15:36:03 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.42 2015/06/10 20:40:11 ryoon Exp $ ${PLIST.alpha}bin/qemu-alpha ${PLIST.arm}bin/qemu-arm ${PLIST.armeb}bin/qemu-armeb @@ -23,7 +23,6 @@ ${PLIST.sh4eb}bin/qemu-sh4eb ${PLIST.sparc}bin/qemu-sparc ${PLIST.sparc32plus}bin/qemu-sparc32plus ${PLIST.sparc64}bin/qemu-sparc64 -${PLIST.tricore}bin/qemu-tricore ${PLIST.unicore32}bin/qemu-unicore32 bin/qemu-system-aarch64 bin/qemu-system-alpha |