Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/arch/x86/, profiles/prefix/sunos/solaris/arch/x64/
Date: Sat, 30 Apr 2016 10:42:22
Message-Id: 1462012925.5333aa779e7c0c61b1010d74b3743cbc80d3f4f8.grobian@gentoo
1 commit: 5333aa779e7c0c61b1010d74b3743cbc80d3f4f8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 10:42:05 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 10:42:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5333aa77
7
8 profiles/prefix/sunos/soaris: force/unmask ABI flags for multilib-build
9
10 profiles/prefix/sunos/solaris/arch/x64/use.force | 3 ++-
11 profiles/prefix/sunos/solaris/arch/x64/use.mask | 7 +++++++
12 profiles/prefix/sunos/solaris/arch/x86/use.force | 3 ++-
13 profiles/prefix/sunos/solaris/arch/x86/use.mask | 7 +++++++
14 4 files changed, 18 insertions(+), 2 deletions(-)
15
16 diff --git a/profiles/prefix/sunos/solaris/arch/x64/use.force b/profiles/prefix/sunos/solaris/arch/x64/use.force
17 index 953c261..155d4f9 100644
18 --- a/profiles/prefix/sunos/solaris/arch/x64/use.force
19 +++ b/profiles/prefix/sunos/solaris/arch/x64/use.force
20 @@ -1,6 +1,7 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 # Force the flag corresponding to the default ABI
27 +x64-solaris
28 abi_x86_64
29
30 diff --git a/profiles/prefix/sunos/solaris/arch/x64/use.mask b/profiles/prefix/sunos/solaris/arch/x64/use.mask
31 new file mode 100644
32 index 0000000..fe80403
33 --- /dev/null
34 +++ b/profiles/prefix/sunos/solaris/arch/x64/use.mask
35 @@ -0,0 +1,7 @@
36 +# Copyright 1999-2016 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +# Unmask the flag corresponding to the default ABI
41 +-x64-solaris
42 +-abi_x86_64
43
44 diff --git a/profiles/prefix/sunos/solaris/arch/x86/use.force b/profiles/prefix/sunos/solaris/arch/x86/use.force
45 index 6324061..a9f3cc6 100644
46 --- a/profiles/prefix/sunos/solaris/arch/x86/use.force
47 +++ b/profiles/prefix/sunos/solaris/arch/x86/use.force
48 @@ -1,6 +1,7 @@
49 -# Copyright 1999-2014 Gentoo Foundation
50 +# Copyright 1999-2016 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 # Force the flag corresponding to the default ABI
55 +x86-solaris
56 abi_x86_32
57
58 diff --git a/profiles/prefix/sunos/solaris/arch/x86/use.mask b/profiles/prefix/sunos/solaris/arch/x86/use.mask
59 new file mode 100644
60 index 0000000..e680de7
61 --- /dev/null
62 +++ b/profiles/prefix/sunos/solaris/arch/x86/use.mask
63 @@ -0,0 +1,7 @@
64 +# Copyright 1999-2016 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Id$
67 +
68 +# Unmask the flag corresponding to the default ABI
69 +-x86-solaris
70 +-abi_x86_32