diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-27 11:13:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-29 16:13:09 +0200 |
commit | 24fd25cea3eef4db2d6f50ea7f1b3d031271896f (patch) | |
tree | 7ad601c72edc30bb316841548bb192f51cc3c3f5 /profiles | |
parent | profiles/base: Enable the BPF target on sys-devel/llvm by default (diff) | |
download | gentoo-24fd25cea3eef4db2d6f50ea7f1b3d031271896f.tar.gz gentoo-24fd25cea3eef4db2d6f50ea7f1b3d031271896f.tar.bz2 gentoo-24fd25cea3eef4db2d6f50ea7f1b3d031271896f.zip |
profiles/arch: Enable the LLVM_TARGETS for video cards enabled by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use | 5 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use | 7 | ||||
-rw-r--r-- | 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 <mgorny@gentoo.org> (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 <chewi@gentoo.org> (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 <mgorny@gentoo.org> (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 <pacho@gentoo.org> (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 <mgorny@gentoo.org> (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 <yngwin@gentoo.org> (03 May 2015) # Enable luajit (for OSC) by default media-video/mpv lua luajit |