From 24fd25cea3eef4db2d6f50ea7f1b3d031271896f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 27 Sep 2016 11:13:13 +0200 Subject: [PATCH] profiles/arch: Enable the LLVM_TARGETS for video cards enabled by default --- profiles/arch/amd64/package.use | 5 +++++ profiles/arch/sparc/package.use | 7 ++++++- profiles/arch/x86/package.use | 7 ++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 956e897337d0..b6f6b93fd2fa 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michał Górny (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX + # James Le Cuirot (01 Aug 2016) # Most users don't need a multilib JVM. dev-java/icedtea-bin -multilib diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use index bd6f0f67ff8c..2f811a66abf9 100644 --- a/profiles/arch/sparc/package.use +++ b/profiles/arch/sparc/package.use @@ -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 (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU +sys-devel/llvm llvm_targets_AMDGPU + # Pacho Ramos (15 Feb 2014) # libev isn't supported on this arch, use another default (#499498) dev-libs/libverto libevent diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use index 69418911a1f9..ef4ca3c326c6 100644 --- a/profiles/arch/x86/package.use +++ b/profiles/arch/x86/package.use @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michał Górny (24 Sep 2016) +# Enable the GPU targets matching the default VIDEO_CARDS +sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX + # Ben de Groot (03 May 2015) # Enable luajit (for OSC) by default media-video/mpv lua luajit -- 2.26.2