diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-08-19 18:20:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-08-19 18:21:24 +0200 |
commit | 0b93d04ac537d6413999349ebe7cdcb1e961700e (patch) | |
tree | 49a83c97394b7debd17ac47a6ae9d5e43d6f8e2e /gnu/packages/gcc.scm | |
parent | 6d1a7ce8ea52613963684e6545f6fb3e32d84181 (diff) | |
download | patches-0b93d04ac537d6413999349ebe7cdcb1e961700e.tar patches-0b93d04ac537d6413999349ebe7cdcb1e961700e.tar.gz |
gnu: gcc@4.8: Fix libsanitizer build issue.
Fixes <https://bugs.gnu.org/32397>.
Reported by fis trivial <ybbs.daans@hotmail.com>.
* gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch: New file.
* gnu/packages/gcc.scm (gcc-4.8)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 04d0a85276..bdff2ddada 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -365,6 +365,7 @@ Go. It also includes runtime support libraries for these languages.") (base32 "08yggr18v373a1ihj0rg2vd6psnic42b518xcgp3r9k81xz1xyr2")) (patches (search-patches "gcc-arm-link-spec-fix.patch" + "gcc-4.8-libsanitizer-fix.patch" "gcc-asan-missing-include.patch" "gcc-fix-texi2pod.patch")) (modules '((guix build utils))) |