diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-21 17:07:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-24 17:10:22 +0100 |
commit | 233deb82f3b1c9b66b33b709426ab76bd274bb75 (patch) | |
tree | f4106fa6cd4f013a3badf3703750b41e7ca562c3 /gnu/local.mk | |
parent | b4481f2df1ac0e24a41a06671e99e88a5e2c9d2d (diff) | |
download | patches-233deb82f3b1c9b66b33b709426ab76bd274bb75.tar patches-233deb82f3b1c9b66b33b709426ab76bd274bb75.tar.gz |
gnu: clang@9: Fix search path handling.
* gnu/packages/patches/clang-9.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/llvm.scm (clang-9): Add #:patches.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 94b07c93b2..412bcb0dd4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -781,6 +781,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-3.8-libc-search-path.patch \ %D%/packages/patches/clang-6.0-libc-search-path.patch \ %D%/packages/patches/clang-7.0-libc-search-path.patch \ + %D%/packages/patches/clang-9.0-libc-search-path.patch \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/classpath-aarch64-support.patch \ |