diff options
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/use.force | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/use.mask | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/use.force | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x64/use.mask | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x86/use.force | 3 | ||||
-rw-r--r-- | 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 50b02bfe9d30..63e95a321613 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 000000000000..2c96250473af --- /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 953c26144a82..b6d39471032a 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 000000000000..9702d753cb16 --- /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 63240617d472..8f00cb9e61bf 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 000000000000..3ab486656a91 --- /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 |