Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: qemu_softmmu_targets.desc qemu_user_targets.desc
Date: Fri, 31 May 2013 15:33:49
Message-Id: 20130531153344.D2A902171E@flycatcher.gentoo.org
1 slyfox 13/05/31 15:33:44
2
3 Modified: qemu_softmmu_targets.desc qemu_user_targets.desc
4 Log:
5 Added new qemu targets: moxie, mipsn32, mipsn32el.
6
7 Revision Changes Path
8 1.6 profiles/desc/qemu_softmmu_targets.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc?r1=1.5&r2=1.6
13
14 Index: qemu_softmmu_targets.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- qemu_softmmu_targets.desc 7 Sep 2012 10:43:12 -0000 1.5
21 +++ qemu_softmmu_targets.desc 31 May 2013 15:33:44 -0000 1.6
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2012 Gentoo Foundation.
24 +# Copyright 1999-2013 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.5 2012/09/07 10:43:12 slyfox Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.6 2013/05/31 15:33:44 slyfox Exp $
28
29 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags.
30
31 @@ -18,6 +18,7 @@
32 mips64 - system emulation target
33 mipsel - system emulation target
34 mips - system emulation target
35 +moxie - moxielogic system emulation target
36 or32 - OpenRISC system emulation target
37 ppc64 - system emulation target
38 ppcemb - system emulation target
39
40
41
42 1.5 profiles/desc/qemu_user_targets.desc
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_user_targets.desc?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_user_targets.desc?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/qemu_user_targets.desc?r1=1.4&r2=1.5
47
48 Index: qemu_user_targets.desc
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- qemu_user_targets.desc 7 Sep 2012 10:43:12 -0000 1.4
55 +++ qemu_user_targets.desc 31 May 2013 15:33:44 -0000 1.5
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2012 Gentoo Foundation.
58 +# Copyright 1999-2013 Gentoo Foundation.
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v 1.4 2012/09/07 10:43:12 slyfox Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v 1.5 2013/05/31 15:33:44 slyfox Exp $
62
63 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags.
64
65 @@ -17,6 +17,8 @@
66 mips64el - userspace emulation target
67 mips64 - userspace emulation target
68 mipsel - userspace emulation target
69 +mipsn32 - MIPS N32 ABI userspace emulation target
70 +mipsn32el - MIPS N32 ABI LE userspace emulation target
71 mips - userspace emulation target
72 or32 - OpenRISC userspace emulation target
73 ppc64abi32 - userspace emulation target