commit: da1bc5c257972d59ccff7d061607a661a64549ad Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Tue Jul 20 14:58:24 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Jul 21 05:48:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1bc5c2
profiles/arch/riscv: enable AMD GPU targets Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use b/profiles/arch/riscv/package.use new file mode 100644 index 00000000000..85361e21001 --- /dev/null +++ b/profiles/arch/riscv/package.use @@ -0,0 +1,5 @@ +# Yixun Lan <[email protected]> (2021-07-20) +# Enable the GPU targets matching the default VIDEO_CARDS +dev-ml/llvm-ocaml llvm_targets_AMDGPU +sys-devel/clang llvm_targets_AMDGPU +sys-devel/llvm llvm_targets_AMDGPU
