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/arch/x86 | |
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/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use | 7 |
1 files changed, 6 insertions, 1 deletions
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 |