diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-10 20:40:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-10 20:40:11 +0000 |
commit | 2a89b8017cca7d1966a76256ed14519b9a61af6e (patch) | |
tree | 14572a692f3c80eeb51b87ba0d8f6b3470eca513 /emulators | |
parent | d14247d47a0691570f3f4945a1a26b7bbffd3afa (diff) | |
download | pkgsrc-2a89b8017cca7d1966a76256ed14519b9a61af6e.tar.gz |
Remove tricore usermode.
According to linux-user directory, tricore usermode is not provided.
May fix PR pkg/49808.
Diffstat (limited to 'emulators')
-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 |