summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-24 22:02:08 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-29 16:13:03 +0200
commit0974d1af4a752cb705d3b235168b34c9a4f7fa4f (patch)
treeedb1b483b46d3750e3fa1e198fd4b14150a2cf5b /profiles/arch/x86
parentsys-devel/clang: Use LLVM_TARGETS flags (diff)
downloadgentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.tar.gz
gentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.tar.bz2
gentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.zip
profiles/arch: Force host targets for LLVM
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r--profiles/arch/x86/package.use.force7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force
index 6c658c25ea85..fe80bf65ce07 100644
--- a/profiles/arch/x86/package.use.force
+++ b/profiles/arch/x86/package.use.force
@@ -1,7 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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
+
# Pawel Hajdan jr <phajdan.jr@gentoo.org> (12 Jun 2014)
# On x86 Chromium can be built in non-PIC mode, and this
# flag can affect performance, see http://crbug.com/332109 .