app-emulation/qemu-9999: Introduce RX softmmu target
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Mar 2020 14:12:09 +0000 (15:12 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 23 Mar 2020 22:05:23 +0000 (22:05 +0000)
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>
app-emulation/qemu/qemu-9999.ebuild
profiles/desc/qemu_softmmu_targets.desc

index 9c9eb21d19952ff094156efab2c46cde3b3ee769..a5144a568f4b1f6dafee55128ff2aef10a501fac 100644 (file)
@@ -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"
index 4a48f28fdede91ea6d5f3b3c22bf8dc4540b4ed3..eff88edd2f245f5825acd796a2cb9383daa97b6f 100644 (file)
@@ -26,6 +26,7 @@ ppc64 - system emulation target
 ppc - system emulation target
 riscv32 - system emulation target
 riscv64 - system emulation target
+rx - Renesas RX system emulation target
 s390x - system emulation target
 sh4eb - system emulation target
 sh4 - system emulation target