mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
committed by
Anthony G. Basile
parent
84cb7619c9
commit
a43e4d7d3d
8
profiles/default/linux/uclibc/amd64/package.use.force
Normal file
8
profiles/default/linux/uclibc/amd64/package.use.force
Normal file
@@ -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
|
||||
8
profiles/default/linux/uclibc/arm/package.use.force
Normal file
8
profiles/default/linux/uclibc/arm/package.use.force
Normal file
@@ -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
|
||||
@@ -2,6 +2,11 @@
|
||||
# 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_Mips
|
||||
sys-devel/llvm llvm_targets_Mips
|
||||
|
||||
# Vicente Olivert Riera <vincent@gentoo.org> (12 Sep 2014)
|
||||
# If deprecated USE flag is not set, www-client/midori will
|
||||
# depend on net-libs/webkit-gtk:3 which fails to compile
|
||||
|
||||
8
profiles/default/linux/uclibc/ppc/package.use.force
Normal file
8
profiles/default/linux/uclibc/ppc/package.use.force
Normal file
@@ -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
|
||||
8
profiles/default/linux/uclibc/x86/package.use.force
Normal file
8
profiles/default/linux/uclibc/x86/package.use.force
Normal file
@@ -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
|
||||
8
profiles/hardened/linux/musl/amd64/package.use.force
Normal file
8
profiles/hardened/linux/musl/amd64/package.use.force
Normal file
@@ -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
|
||||
8
profiles/hardened/linux/musl/arm/package.use.force
Normal file
8
profiles/hardened/linux/musl/arm/package.use.force
Normal file
@@ -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
|
||||
8
profiles/hardened/linux/musl/arm64/package.use.force
Normal file
8
profiles/hardened/linux/musl/arm64/package.use.force
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
8
profiles/hardened/linux/musl/ppc/package.use.force
Normal file
8
profiles/hardened/linux/musl/ppc/package.use.force
Normal file
@@ -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
|
||||
8
profiles/hardened/linux/musl/x86/package.use.force
Normal file
8
profiles/hardened/linux/musl/x86/package.use.force
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user