commit: 5333aa779e7c0c61b1010d74b3743cbc80d3f4f8 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Apr 30 10:42:05 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Apr 30 10:42:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5333aa77
profiles/prefix/sunos/soaris: force/unmask ABI flags for multilib-build profiles/prefix/sunos/solaris/arch/x64/use.force | 3 ++- profiles/prefix/sunos/solaris/arch/x64/use.mask | 7 +++++++ profiles/prefix/sunos/solaris/arch/x86/use.force | 3 ++- profiles/prefix/sunos/solaris/arch/x86/use.mask | 7 +++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/profiles/prefix/sunos/solaris/arch/x64/use.force b/profiles/prefix/sunos/solaris/arch/x64/use.force index 953c261..155d4f9 100644 --- a/profiles/prefix/sunos/solaris/arch/x64/use.force +++ b/profiles/prefix/sunos/solaris/arch/x64/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Force the flag corresponding to the default ABI +x64-solaris abi_x86_64 diff --git a/profiles/prefix/sunos/solaris/arch/x64/use.mask b/profiles/prefix/sunos/solaris/arch/x64/use.mask new file mode 100644 index 0000000..fe80403 --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/x64/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x64-solaris +-abi_x86_64 diff --git a/profiles/prefix/sunos/solaris/arch/x86/use.force b/profiles/prefix/sunos/solaris/arch/x86/use.force index 6324061..a9f3cc6 100644 --- a/profiles/prefix/sunos/solaris/arch/x86/use.force +++ b/profiles/prefix/sunos/solaris/arch/x86/use.force @@ -1,6 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Force the flag corresponding to the default ABI +x86-solaris abi_x86_32 diff --git a/profiles/prefix/sunos/solaris/arch/x86/use.mask b/profiles/prefix/sunos/solaris/arch/x86/use.mask new file mode 100644 index 0000000..e680de7 --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/x86/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Unmask the flag corresponding to the default ABI +-x86-solaris +-abi_x86_32
