commit: e91f2e435553a7d3d2717ea0b66034d99bc9b7a5 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Tue Jul 5 00:30:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 5 00:38:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91f2e43
app-emulation/qemu: sync targets USE flags, add loongarch64 This is fully upstream as of https://gitlab.com/qemu-project/qemu/-/commit/1437479e5ee1a49ccd84cad9e7b010fb2ee9d805. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26226 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/qemu/qemu-9999.ebuild | 1 + profiles/desc/qemu_softmmu_targets.desc | 1 + profiles/desc/qemu_user_targets.desc | 1 + 3 files changed, 3 insertions(+) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index b9d896ec56bc..33c2357b1386 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -52,6 +52,7 @@ COMMON_TARGETS=" cris hppa i386 + loongarch64 m68k microblaze microblazeel diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 662ca903f314..fbb7b6d8511f 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -12,6 +12,7 @@ avr - system emulation target cris - system emulation target hppa - system emulation target i386 - system emulation target +loongarch64 - system emulation target m68k - system emulation target microblazeel - system emulation target microblaze - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index aa37a655f686..548f2e154541 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -14,6 +14,7 @@ cris - userspace emulation target hexagon - Qualcomm hexagon userspace emulation target hppa - userspace emulation target i386 - userspace emulation target +loongarch64 - userspace emulation target m68k - userspace emulation target microblazeel - userspace emulation target microblaze - userspace emulation target
