Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/mips: ChangeLog make.defaults use.force use.mask
Date: Mon, 30 Jun 2014 15:35:08
Message-Id: 20140630153454.8C9022004E@flycatcher.gentoo.org
1 mgorny 14/06/30 15:34:54
2
3 Modified: ChangeLog make.defaults use.force use.mask
4 Log:
5 Set all ABI-related variables in the generic o32 profile, and revert them properly for n{32,64} profiles.
6
7 Revision Changes Path
8 1.140 profiles/arch/mips/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.140&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.140&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?r1=1.139&r2=1.140
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
17 retrieving revision 1.139
18 retrieving revision 1.140
19 diff -u -r1.139 -r1.140
20 --- ChangeLog 30 Jun 2014 15:16:16 -0000 1.139
21 +++ ChangeLog 30 Jun 2014 15:34:54 -0000 1.140
22 @@ -1,6 +1,13 @@
23 # ChangeLog for Gentoo/MIPS profile directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.139 2014/06/30 15:16:16 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.140 2014/06/30 15:34:54 mgorny Exp $
27 +
28 + 30 Jun 2014; Michał Górny <mgorny@g.o> make.defaults,
29 + mips64/make.defaults, +mips64/use.force, +mips64/use.mask,
30 + mipsel/mips64el/make.defaults, +mipsel/mips64el/use.force,
31 + +mipsel/mips64el/use.mask, use.force, use.mask:
32 + Set all ABI-related variables in the generic o32 profile, and revert them
33 + properly for n{32,64} profiles.
34
35 30 Jun 2014; Michał Górny <mgorny@g.o> mips64/n32/make.defaults,
36 +mips64/n32/use.force, +mips64/n32/use.mask, mips64/n64/make.defaults,
37
38
39
40 1.12 profiles/arch/mips/make.defaults
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?r1=1.11&r2=1.12
45
46 Index: make.defaults
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- make.defaults 28 Jul 2013 02:41:57 -0000 1.11
53 +++ make.defaults 30 Jun 2014 15:34:54 -0000 1.12
54 @@ -1,6 +1,6 @@
55 -# Copyright 2008-2012 Gentoo Foundation
56 +# Copyright 2008-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.11 2013/07/28 02:41:57 mattst88 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.12 2014/06/30 15:34:54 mgorny Exp $
60
61 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
62 # Defaults for video drivers
63 @@ -19,6 +19,13 @@
64 LIBDIR_n32="lib32"
65 LIBDIR_n64="lib64"
66
67 +ABI="o32"
68 +DEFAULT_ABI="o32"
69 +MULTILIB_ABIS="o32"
70 +
71 +ABI_MIPS="o32"
72 +IUSE_IMPLICIT="abi_mips_o32"
73 +
74 # 2010/12/06 - Matt Turner <mattst88@g.o>
75 # Probably missing a bunch for various SGI systems.
76 ALSA_CARDS="au1x00"
77
78
79
80 1.3 profiles/arch/mips/use.force
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?r1=1.2&r2=1.3
85
86 Index: use.force
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- use.force 28 Jul 2013 02:41:57 -0000 1.2
93 +++ use.force 30 Jun 2014 15:34:54 -0000 1.3
94 @@ -1,6 +1,7 @@
95 -# Copyright 2008 Gentoo Foundation
96 +# Copyright 2008-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.2 2013/07/28 02:41:57 mattst88 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.3 2014/06/30 15:34:54 mgorny Exp $
100
101 # Force the flag which corresponds to ARCH.
102 mips
103 +abi_mips_o32
104
105
106
107 1.75 profiles/arch/mips/use.mask
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.75&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.75&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?r1=1.74&r2=1.75
112
113 Index: use.mask
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v
116 retrieving revision 1.74
117 retrieving revision 1.75
118 diff -u -r1.74 -r1.75
119 --- use.mask 6 Mar 2014 19:28:23 -0000 1.74
120 +++ use.mask 30 Jun 2014 15:34:54 -0000 1.75
121 @@ -1,9 +1,10 @@
122 # Copyright 1999-2014 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.74 2014/03/06 19:28:23 hwoarang Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.75 2014/06/30 15:34:54 mgorny Exp $
126
127 # Unmask the flag which corresponds to ARCH.
128 -mips
129 +-abi_mips_o32
130
131 # Markos Chandras <hwoarang@g.o>
132 # app-arch/lz4 does not seem to build on MIPS