diff options
-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 544c789246..9ec4a3a687 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -683,6 +683,7 @@ It also includes runtime support libraries for these languages.") (base32 "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k")) (patches (search-patches "gcc-8-strmov-store-file-names.patch" + "gcc-7-libsanitizer-fsconfig-command.patch" "gcc-5.0-libvtv-runpath.patch" "gcc-8-sort-libtool-find-output.patch")) (modules '((guix build utils))) |