Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Mon, 13 Feb 2017 07:44:39
Message-Id: 1486971838.a8f5ab1c93f792f815df459cfc3465672d94ff7d.tamiko@gentoo
1 commit: a8f5ab1c93f792f815df459cfc3465672d94ff7d
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 07:37:30 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 07:43:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f5ab1c
7
8 profiles: Add qemu softmmu and user target descriptions
9
10 profiles/desc/qemu_softmmu_targets.desc | 1 +
11 profiles/desc/qemu_user_targets.desc | 10 ++++++----
12 2 files changed, 7 insertions(+), 4 deletions(-)
13
14 diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc
15 index 96c635c703..bc460aefd8 100644
16 --- a/profiles/desc/qemu_softmmu_targets.desc
17 +++ b/profiles/desc/qemu_softmmu_targets.desc
18 @@ -20,6 +20,7 @@ mips64 - system emulation target
19 mipsel - system emulation target
20 mips - system emulation target
21 moxie - moxielogic system emulation target
22 +nios2 - system emulation target
23 or32 - OpenRISC system emulation target
24 ppc64 - system emulation target
25 ppcemb - system emulation target
26
27 diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
28 index a90ca67658..96ed51497a 100644
29 --- a/profiles/desc/qemu_user_targets.desc
30 +++ b/profiles/desc/qemu_user_targets.desc
31 @@ -8,9 +8,10 @@
32
33 aarch64 - ARM64 userspace emulation target
34 alpha - userspace emulation target
35 -armeb - ARM (big endian) userspace emulation target
36 arm - ARM (little endian) userspace emulation target
37 +armeb - ARM (big endian) userspace emulation target
38 cris - userspace emulation target
39 +hppa - usersparce emulation target
40 i386 - userspace emulation target
41 m68k - userspace emulation target
42 microblazeel - userspace emulation target
43 @@ -18,14 +19,15 @@ microblaze - userspace emulation target
44 mips64el - userspace emulation target
45 mips64 - userspace emulation target
46 mipsel - userspace emulation target
47 -mipsn32 - MIPS N32 ABI userspace emulation target
48 mipsn32el - MIPS N32 ABI LE userspace emulation target
49 +mipsn32 - MIPS N32 ABI userspace emulation target
50 mips - userspace emulation target
51 +nios2 - userspace emulation target
52 or32 - OpenRISC userspace emulation target
53 -ppc - PowerPC 32-bit big endian userspace emulation target
54 -ppc64 - PowerPC 64-bit big endian userspace emulation target
55 ppc64abi32 - userspace emulation target
56 ppc64le - PowerPC 64-bit little endian userspace emulation target
57 +ppc64 - PowerPC 64-bit big endian userspace emulation target
58 +ppc - PowerPC 32-bit big endian userspace emulation target
59 s390x - userspace emulation target
60 sh4eb - userspace emulation target
61 sh4 - userspace emulation target