diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-26 16:50:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-26 16:50:39 +0200 |
commit | 45c78bf92487fbc659593a9ae75f15281a1068b7 (patch) | |
tree | 71b5a785fe5e2124e8ae2e30c8e698885e79a46c /gnu/packages/gcc.scm | |
parent | 8d48f358e965536f01a2d9b1e51f74d428091b90 (diff) | |
download | guix-45c78bf92487fbc659593a9ae75f15281a1068b7.tar guix-45c78bf92487fbc659593a9ae75f15281a1068b7.tar.gz |
gnu: gcc: Include libsanitizer patch for versions 6 and 7.
* gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add
"gcc-libsanitizer-ustat.patch".
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 2f4198fdea..e5b1433f92 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -469,6 +469,7 @@ Go. It also includes runtime support libraries for these languages.") (base32 "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5")) (patches (search-patches "gcc-libsanitizer-fix.patch" + "gcc-libsanitizer-ustat.patch" "gcc-strmov-store-file-names.patch" "gcc-6-source-date-epoch-1.patch" "gcc-6-source-date-epoch-2.patch" @@ -513,6 +514,7 @@ Go. It also includes runtime support libraries for these languages.") (base32 "0p71bij6bfhzyrs8676a8jmpjsfz392s2rg862sdnsk30jpacb43")) (patches (search-patches "gcc-strmov-store-file-names.patch" + "gcc-libsanitizer-ustat.patch" "gcc-5.0-libvtv-runpath.patch")))) (description "GCC is the GNU Compiler Collection. It provides compiler front-ends |