summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2016-10-02 07:56:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-10-02 11:00:34 -0400
commita43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3 (patch)
tree0a0cfdf8d316ec45741d87817db58e7bd5561050 /profiles/hardened
parentsci-physics/meep: Remove use-flag mpb and hard-disable functionality and depe... (diff)
downloadgentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.tar.gz
gentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.tar.bz2
gentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.zip
profiles: force host targets for LLVM also on musl and uclibc
Gentoo-Bug: https://bugs.gentoo.org/595826 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/musl/amd64/package.use.force8
-rw-r--r--profiles/hardened/linux/musl/arm/package.use.force8
-rw-r--r--profiles/hardened/linux/musl/arm64/package.use.force8
-rw-r--r--profiles/hardened/linux/musl/mips/package.use.force5
-rw-r--r--profiles/hardened/linux/musl/ppc/package.use.force8
-rw-r--r--profiles/hardened/linux/musl/x86/package.use.force8
6 files changed, 45 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/amd64/package.use.force b/profiles/hardened/linux/musl/amd64/package.use.force
new file mode 100644
index 000000000000..28125cb62afa
--- /dev/null
+++ b/profiles/hardened/linux/musl/amd64/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
diff --git a/profiles/hardened/linux/musl/arm/package.use.force b/profiles/hardened/linux/musl/arm/package.use.force
new file mode 100644
index 000000000000..fbb5069587f0
--- /dev/null
+++ b/profiles/hardened/linux/musl/arm/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_ARM
+sys-devel/llvm llvm_targets_ARM
diff --git a/profiles/hardened/linux/musl/arm64/package.use.force b/profiles/hardened/linux/musl/arm64/package.use.force
new file mode 100644
index 000000000000..7ee1a494bc58
--- /dev/null
+++ b/profiles/hardened/linux/musl/arm64/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_AArch64
+sys-devel/llvm llvm_targets_AArch64
diff --git a/profiles/hardened/linux/musl/mips/package.use.force b/profiles/hardened/linux/musl/mips/package.use.force
index 972c4bff1640..c184bfa93060 100644
--- a/profiles/hardened/linux/musl/mips/package.use.force
+++ b/profiles/hardened/linux/musl/mips/package.use.force
@@ -1,2 +1,7 @@
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_Mips
+sys-devel/llvm llvm_targets_Mips
+
# The only working option
dev-util/pkgconf pkg-config
diff --git a/profiles/hardened/linux/musl/ppc/package.use.force b/profiles/hardened/linux/musl/ppc/package.use.force
new file mode 100644
index 000000000000..228eb0d46563
--- /dev/null
+++ b/profiles/hardened/linux/musl/ppc/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_PowerPC
+sys-devel/llvm llvm_targets_PowerPC
diff --git a/profiles/hardened/linux/musl/x86/package.use.force b/profiles/hardened/linux/musl/x86/package.use.force
new file mode 100644
index 000000000000..28125cb62afa
--- /dev/null
+++ b/profiles/hardened/linux/musl/x86/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86