diff options
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 3162f474b6..cbf122c48e 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -709,7 +709,8 @@ It also includes runtime support libraries for these languages.") (base32 "1h87lcfaga0ydsf4pkhwlnjr8mky5ix8npbv6iy3jvzlzm1ra415")) (patches (search-patches "gcc-9-strmov-store-file-names.patch" - "gcc-5.0-libvtv-runpath.patch")) + "gcc-5.0-libvtv-runpath.patch" + "gcc-10-libsanitizer-no-crypt.patch")) (modules '((guix build utils))) (snippet gcc-canadian-cross-objdump-snippet))) (properties @@ -732,6 +733,7 @@ It also includes runtime support libraries for these languages.") "1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z")) (patches (search-patches "gcc-9-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch" + "gcc-10-libsanitizer-no-crypt.patch" "gcc-11-libstdc++-hurd-libpthread.patch")) (modules '((guix build utils))) (snippet gcc-canadian-cross-objdump-snippet))) @@ -755,6 +757,7 @@ It also includes runtime support libraries for these languages.") "0fwcvbgpmjdfj5drfs8k6bkqsmxmz8pv4cmmjcd451p7k57mv6ll")) (patches (search-patches "gcc-12-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch" + "gcc-12-libsanitizer-no-crypt.patch" "gcc-11-libstdc++-hurd-libpthread.patch")) (modules '((guix build utils))) (snippet gcc-canadian-cross-objdump-snippet))) @@ -777,7 +780,8 @@ It also includes runtime support libraries for these languages.") (base32 "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2")) (patches (search-patches "gcc-12-strmov-store-file-names.patch" - "gcc-5.0-libvtv-runpath.patch")) + "gcc-5.0-libvtv-runpath.patch" + "gcc-13-libsanitizer-no-crypt.patch")) (modules '((guix build utils))) (snippet gcc-canadian-cross-objdump-snippet))) (properties |