diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-04-29 14:47:16 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-04-29 14:47:16 +0200 |
commit | 872effffd3541b475cf1e9d0a7d0021621aab137 (patch) | |
tree | 7adc5acff8edca8fdf921745a9a6cb02305c615c /profiles/prefix | |
parent | profiles/prefix/darwin/macos: move generic masks from x86 to base level (diff) | |
download | gentoo-872effffd3541b475cf1e9d0a7d0021621aab137.tar.gz gentoo-872effffd3541b475cf1e9d0a7d0021621aab137.tar.bz2 gentoo-872effffd3541b475cf1e9d0a7d0021621aab137.zip |
profiles/prefix/darwin/macos: add appropriate mask/force for ABI USE-flags, bug #579454
Diffstat (limited to 'profiles/prefix')
-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 |