commit: 872effffd3541b475cf1e9d0a7d0021621aab137 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Apr 29 12:47:16 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Apr 29 12:47:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872effff
profiles/prefix/darwin/macos: add appropriate mask/force for ABI USE-flags, bug #579454 profiles/prefix/darwin/macos/arch/ppc/use.force | 3 ++- profiles/prefix/darwin/macos/arch/ppc/use.mask | 7 +++++++ profiles/prefix/darwin/macos/arch/x64/use.force | 3 ++- profiles/prefix/darwin/macos/arch/x64/use.mask | 7 +++++++ profiles/prefix/darwin/macos/arch/x86/use.force | 3 ++- profiles/prefix/darwin/macos/arch/x86/use.mask | 7 +++++++ 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.force b/profiles/prefix/darwin/macos/arch/ppc/use.force index 50b02bf..63e95a3 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/use.force +++ b/profiles/prefix/darwin/macos/arch/ppc/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 +ppc-macos abi_ppc_32 diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.mask b/profiles/prefix/darwin/macos/arch/ppc/use.mask new file mode 100644 index 0000000..2c96250 --- /dev/null +++ b/profiles/prefix/darwin/macos/arch/ppc/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 +-ppc-macos +-abi_ppc_32 diff --git a/profiles/prefix/darwin/macos/arch/x64/use.force b/profiles/prefix/darwin/macos/arch/x64/use.force index 953c261..b6d3947 100644 --- a/profiles/prefix/darwin/macos/arch/x64/use.force +++ b/profiles/prefix/darwin/macos/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-macos abi_x86_64 diff --git a/profiles/prefix/darwin/macos/arch/x64/use.mask b/profiles/prefix/darwin/macos/arch/x64/use.mask new file mode 100644 index 0000000..9702d75 --- /dev/null +++ b/profiles/prefix/darwin/macos/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-macos +-abi_x86_64 diff --git a/profiles/prefix/darwin/macos/arch/x86/use.force b/profiles/prefix/darwin/macos/arch/x86/use.force index 6324061..8f00cb9 100644 --- a/profiles/prefix/darwin/macos/arch/x86/use.force +++ b/profiles/prefix/darwin/macos/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-macos abi_x86_32 diff --git a/profiles/prefix/darwin/macos/arch/x86/use.mask b/profiles/prefix/darwin/macos/arch/x86/use.mask new file mode 100644 index 0000000..3ab4866 --- /dev/null +++ b/profiles/prefix/darwin/macos/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-macos +-abi_x86_32
