profiles/prefix: add LLVM_TARGETS for Darwin profiles

This commit is contained in:
Fabian Groffen
2016-12-20 15:59:28 +01:00
parent 2d434e43c8
commit a94f9b561f
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
# Force the host target to avoid dependency hell
sys-devel/clang llvm_targets_PowerPC
sys-devel/llvm llvm_targets_PowerPC

View File

@@ -0,0 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
# Force the host target to avoid dependency hell
sys-devel/clang llvm_targets_PowerPC
sys-devel/llvm llvm_targets_PowerPC

View File

@@ -0,0 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
# Force the host target to avoid dependency hell
sys-devel/clang llvm_targets_X86
sys-devel/llvm llvm_targets_X86

View File

@@ -2,3 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
# Force the host target to avoid dependency hell
sys-devel/clang llvm_targets_X86
sys-devel/llvm llvm_targets_X86