summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/clang-10.0-libc-search-path.patch
AgeCommit message (Collapse)Author
2025-08-19gnu: Remove clang-10.Andreas Enge
* gnu/packages/llvm.scm (clang-10): Delete variable. * gnu/packages/patches/clang-10.0-libc-search-path.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister file. Change-Id: I226d945dc4ba33a0e49d5e8df3cd7d2630002ef1
2021-10-09gnu: clang@10: Do not refer to /lib on foreign distros.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-10.0-libc-search-path.patch: Update.
2020-04-24gnu: llvm: Add 10.0.0.Ludovic Courtès
* gnu/packages/llvm.scm (llvm-10, clang-runtime-10, clang-10) (clang-toolchain-10, llvm-9, clang-runtime-9, clang-9) (clang-toolchain-9): New variables. (llvm, clang, clang-runtime, clang-toolchain): Redefine as aliases to the '-9' bindings. * gnu/packages/patches/clang-10.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.