summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-04-29 14:47:16 +0200
committerFabian Groffen <grobian@gentoo.org>2016-04-29 14:47:16 +0200
commit872effffd3541b475cf1e9d0a7d0021621aab137 (patch)
tree7adc5acff8edca8fdf921745a9a6cb02305c615c /profiles/prefix
parentprofiles/prefix/darwin/macos: move generic masks from x86 to base level (diff)
downloadgentoo-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.force3
-rw-r--r--profiles/prefix/darwin/macos/arch/ppc/use.mask7
-rw-r--r--profiles/prefix/darwin/macos/arch/x64/use.force3
-rw-r--r--profiles/prefix/darwin/macos/arch/x64/use.mask7
-rw-r--r--profiles/prefix/darwin/macos/arch/x86/use.force3
-rw-r--r--profiles/prefix/darwin/macos/arch/x86/use.mask7
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