diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-10-07 14:21:25 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-10-07 14:21:25 +0200 |
commit | 99d288a6b1efba1ce53f07b01644bd8932979d4f (patch) | |
tree | f03b07bbee1cb28ab65c0ba6095f71021d4e90d8 /gnu/local.mk | |
parent | 1ac5bd7c0bbe9a908a440b5233ee2620b9ec77d7 (diff) | |
download | guix-99d288a6b1efba1ce53f07b01644bd8932979d4f.tar.gz |
gnu: llvm-3.6: Fix build.
* gnu/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (llvm-3.6)[source]: Use it.
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 bfecbfa6a1..dfb9e50b73 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1409,6 +1409,7 @@ dist_patch_DATA = \ %D%/packages/patches/lirc-reproducible-build.patch \ %D%/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch \ %D%/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch \ + %D%/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch \ %D%/packages/patches/llvm-9-fix-bitcast-miscompilation.patch \ %D%/packages/patches/llvm-9-fix-lpad-miscompilation.patch \ %D%/packages/patches/llvm-9-fix-scev-miscompilation.patch \ |