summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2020-03-23 15:12:09 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-23 22:05:23 +0000
commit7a5a6d591a84168c9b7b4e0b3eba9eabc3db79a4 (patch)
treef3c5baa5b1dc61cee4e4961a17984bb9dcfe7f8f /app-emulation/qemu
parentdev-python/minidb: bump to 2.0.3, Python 3.8 support (diff)
downloadgentoo-7a5a6d591a84168c9b7b4e0b3eba9eabc3db79a4.tar.gz
gentoo-7a5a6d591a84168c9b7b4e0b3eba9eabc3db79a4.tar.bz2
gentoo-7a5a6d591a84168c9b7b4e0b3eba9eabc3db79a4.zip
app-emulation/qemu-9999: Introduce RX softmmu target
In recent upstream patches (v4.2.0-2645-gc8c35e5f51 and friends), qemu introduced new softmmu target: Renesas RX. Update our list of softmmu targets. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/15068 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 9c9eb21d1995..a5144a568f4b 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -45,7 +45,7 @@ COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
- lm32 moxie tricore unicore32"
+ lm32 moxie rx tricore unicore32"
IUSE_USER_TARGETS="${COMMON_TARGETS}
aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
tilegx"