summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-11 17:47:50 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-11 17:54:49 +0200
commit5f022a51c49087b8a09736338cbba2d75a586431 (patch)
tree6dceea67320ad79d8833e9b5642b5f3b0c88d1bf /gnu/local.mk
parent145484e8f5d89911f5f905c9fe604e3cbfd1e434 (diff)
downloadguix-patches-5f022a51c49087b8a09736338cbba2d75a586431.tar
guix-patches-5f022a51c49087b8a09736338cbba2d75a586431.tar.gz
gnu: clang-runtime-3.5: Fix build.
* gnu/packages/patches/clang-runtime-3.5-libsanitizer-mode-field.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (clang-runtime-3.5): Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 357ec3b7f2..746f5c5779 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -855,6 +855,7 @@ dist_patch_DATA = \
%D%/packages/patches/clang-runtime-asan-build-fixes.patch \
%D%/packages/patches/clang-runtime-esan-build-fixes.patch \
%D%/packages/patches/clang-runtime-9-libsanitizer-mode-field.patch \
+ %D%/packages/patches/clang-runtime-3.5-libsanitizer-mode-field.patch \
%D%/packages/patches/clang-runtime-3.9-libsanitizer-mode-field.patch \
%D%/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch \
%D%/packages/patches/classpath-aarch64-support.patch \