summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-09-26 10:42:48 +0000
committersbd <sbd@pkgsrc.org>2012-09-26 10:42:48 +0000
commitfd53d48cf8a439687253a29b9d0333820fbf269c (patch)
tree0615877134cc252687c939589d398935d4b94238 /emulators/qemu/Makefile
parent531f0df4fbb9620bf0fe517ce842019c7b657b50 (diff)
downloadpkgsrc-fd53d48cf8a439687253a29b9d0333820fbf269c.tar.gz
Add the or32 user space emulator.
bump PKGREVISION
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index efc2e2366be..8ff6bf0f810 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2012/09/15 10:04:33 obache Exp $
+# $NetBSD: Makefile,v 1.99 2012/09/26 10:42:48 sbd Exp $
DISTNAME= qemu-1.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -83,7 +83,7 @@ BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu
UE_ARCHS+= alpha arm armeb cris i386 m68k microblaze mips mipsel
-UE_ARCHS+= ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
+UE_ARCHS+= or32 ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
UE_ARCHS+= sparc64 x86_64 microblazeel s390x unicore32
.if ${OPSYS} == "NetBSD"