Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-emulation/qemu/
Date: Tue, 05 Jul 2022 00:39:05
Message-Id: 1656981511.e91f2e435553a7d3d2717ea0b66034d99bc9b7a5.sam@gentoo
1 commit: e91f2e435553a7d3d2717ea0b66034d99bc9b7a5
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 00:30:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 00:38:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91f2e43
7
8 app-emulation/qemu: sync targets USE flags, add loongarch64
9
10 This is fully upstream as of https://gitlab.com/qemu-project/qemu/-/commit/1437479e5ee1a49ccd84cad9e7b010fb2ee9d805.
11
12 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/26226
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-emulation/qemu/qemu-9999.ebuild | 1 +
17 profiles/desc/qemu_softmmu_targets.desc | 1 +
18 profiles/desc/qemu_user_targets.desc | 1 +
19 3 files changed, 3 insertions(+)
20
21 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
22 index b9d896ec56bc..33c2357b1386 100644
23 --- a/app-emulation/qemu/qemu-9999.ebuild
24 +++ b/app-emulation/qemu/qemu-9999.ebuild
25 @@ -52,6 +52,7 @@ COMMON_TARGETS="
26 cris
27 hppa
28 i386
29 + loongarch64
30 m68k
31 microblaze
32 microblazeel
33
34 diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc
35 index 662ca903f314..fbb7b6d8511f 100644
36 --- a/profiles/desc/qemu_softmmu_targets.desc
37 +++ b/profiles/desc/qemu_softmmu_targets.desc
38 @@ -12,6 +12,7 @@ avr - system emulation target
39 cris - system emulation target
40 hppa - system emulation target
41 i386 - system emulation target
42 +loongarch64 - system emulation target
43 m68k - system emulation target
44 microblazeel - system emulation target
45 microblaze - system emulation target
46
47 diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
48 index aa37a655f686..548f2e154541 100644
49 --- a/profiles/desc/qemu_user_targets.desc
50 +++ b/profiles/desc/qemu_user_targets.desc
51 @@ -14,6 +14,7 @@ cris - userspace emulation target
52 hexagon - Qualcomm hexagon userspace emulation target
53 hppa - userspace emulation target
54 i386 - userspace emulation target
55 +loongarch64 - userspace emulation target
56 m68k - userspace emulation target
57 microblazeel - userspace emulation target
58 microblaze - userspace emulation target