Skip to content

Instantly share code, notes, and snippets.

View gcarq's full-sized avatar

Michael Egger gcarq

  • Austria
View GitHub Profile
@gcarq
gcarq / package.env
Last active February 21, 2022 19:15
Gentoo package.env for global clang-13
# 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
@gcarq
gcarq / PKGBUILD
Last active September 12, 2017 22:08
# Maintainer: Yurii Kolesnykov <yurikoles@gmail.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
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}