diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-07-07 00:06:44 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-07-18 20:28:21 -0500 |
commit | 3b956a3392fc277e80ffe0477592c1d00664f513 (patch) | |
tree | 07e7972e7cd37116e28c65da84656439fd2e1d04 /gnu/local.mk | |
parent | 3ebc09057a082bc911ee11f45d6cc8b0f76edec6 (diff) | |
download | patches-3b956a3392fc277e80ffe0477592c1d00664f513.tar patches-3b956a3392fc277e80ffe0477592c1d00664f513.tar.gz |
gnu: llvm: Update to 3.8.1.
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.8.1.
(llvm-3.7, clang-runtime-3.7, clang-3.7): New variables.
(clang-runtime-from-llvm)[arguments]: Disable tests, which were not
being run for previous versions anyhow but now fail hard.
(clang-from-llvm): Add #:patches keyword argument.
* gnu/packages/patches/clang-3.8-libc-search-path.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Dennis Mungai <dmngaie@gmail.scm>
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 d44a52be95..5e32d872b8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -452,6 +452,7 @@ dist_patch_DATA = \ %D%/packages/patches/cdparanoia-fpic.patch \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/clang-libc-search-path.patch \ + %D%/packages/patches/clang-3.8-libc-search-path.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/cmake-fix-tests.patch \ %D%/packages/patches/cpio-gets-undeclared.patch \ |