This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Required to bootstrap LLVM and clang | |
sys-devel/llvm bootstrap-clang | |
sys-libs/libcxx bootstrap-clang | |
sys-libs/libcxxabi bootstrap-clang | |
sys-libs/compiler-rt bootstrap-clang | |
sys-libs/compiler-rt-sanitizers bootstrap-clang | |
sys-libs/llvm-libunwind bootstrap-clang | |
sys-devel/lld bootstrap-clang | |
sys-devel/clang bootstrap-clang |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Yurii Kolesnykov <[email protected]> | |
# Contributor: Tobias Powalowski <[email protected]> | |
# Contributor: Thomas Baechler <[email protected]> | |
pkgbase=linux-amd-staging-drm-next-git | |
pkgdesc='Linux kernel with AMDGPU DC patches' | |
_srcname=$pkgbase | |
_kernel_rel=4.13 | |
_branch=amd-staging-drm-next | |
_kernelname=${pkgbase#linux} |