Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: make.defaults use.force use.mask
Date: Tue, 01 Jul 2014 12:23:19
Message-Id: 20140701122316.41D8820057@flycatcher.gentoo.org
1 blueness 14/07/01 12:23:16
2
3 Modified: make.defaults use.force use.mask
4 Log:
5 Make linux/uclibc multilib aware, bug #515130
6
7 Revision Changes Path
8 1.4 profiles/hardened/linux/uclibc/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults?r1=1.3&r2=1.4
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- make.defaults 8 Oct 2012 17:57:52 -0000 1.3
21 +++ make.defaults 1 Jul 2014 12:23:16 -0000 1.4
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2012 Gentoo Foundation.
24 +# Copyright 1999-2014 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults,v 1.3 2012/10/08 17:57:52 blueness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/make.defaults,v 1.4 2014/07/01 12:23:16 blueness Exp $
28
29 ARCH="x86"
30 ACCEPT_KEYWORDS="${ARCH}"
31 @@ -10,3 +10,12 @@
32 CXXFLAGS="${CFLAGS}"
33 FFLAGS="${CFLAGS}"
34 FCFLAGS="${CFLAGS}"
35 +
36 +# Anthony G. Basile <blueness@g.o> (01 Jul 2014)
37 +# Multilib-related setup, bug #515130
38 +ABI="x86"
39 +DEFAULT_ABI="x86"
40 +MULTILIB_ABIS="x86"
41 +CHOST_x86=${CHOST}
42 +LIBDIR_x86="lib"
43 +IUSE_IMPLICIT="abi_x86_32"
44
45
46
47 1.3 profiles/hardened/linux/uclibc/x86/use.force
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force?r1=1.2&r2=1.3
52
53 Index: use.force
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- use.force 9 Mar 2014 23:12:08 -0000 1.2
60 +++ use.force 1 Jul 2014 12:23:16 -0000 1.3
61 @@ -1,9 +1,7 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force,v 1.2 2014/03/09 23:12:08 blueness Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force,v 1.3 2014/07/01 12:23:16 blueness Exp $
67
68 -# Force the flag which corresponds to ARCH.
69 +# Force the flag which corresponds to arch/abi, bug #515130
70 x86
71 -
72 -# Force the flag corresponding to the only ABI.
73 abi_x86_32
74
75
76
77 1.5 profiles/hardened/linux/uclibc/x86/use.mask
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.5&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.5&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?r1=1.4&r2=1.5
82
83 Index: use.mask
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v
86 retrieving revision 1.4
87 retrieving revision 1.5
88 diff -u -r1.4 -r1.5
89 --- use.mask 9 Mar 2014 23:12:08 -0000 1.4
90 +++ use.mask 1 Jul 2014 12:23:16 -0000 1.5
91 @@ -1,11 +1,9 @@
92 -# Copyright 1999-2013 Gentoo Foundation.
93 +# Copyright 1999-2014 Gentoo Foundation.
94 # Distributed under the terms of the GNU General Public License, v2
95 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.4 2014/03/09 23:12:08 blueness Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.5 2014/07/01 12:23:16 blueness Exp $
97
98 -# Unmask the flag which corresponds to ARCH.
99 +# Force the flag which corresponds to arch/abi, bug #515130
100 -x86
101 -
102 -# Unmask the flag corresponding to the only ABI.
103 -abi_x86_32
104
105 # unmask all SIMD assembler flags