mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gcc@8: Add missing patch.
This fixes compilation with glibc 2.39. * gnu/packages/gcc.scm (gcc-8)[source]: Add “gcc-7-libsanitizer-fsconfig-command.patch”. Change-Id: If8f99972278b90f37e104da3b3ca414be6f34140
This commit is contained in:
parent
552a18c24a
commit
5ce53449b5
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ It also includes runtime support libraries for these languages.")
|
||||||
(base32
|
(base32
|
||||||
"0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k"))
|
"0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k"))
|
||||||
(patches (search-patches "gcc-8-strmov-store-file-names.patch"
|
(patches (search-patches "gcc-8-strmov-store-file-names.patch"
|
||||||
|
"gcc-7-libsanitizer-fsconfig-command.patch"
|
||||||
"gcc-5.0-libvtv-runpath.patch"
|
"gcc-5.0-libvtv-runpath.patch"
|
||||||
"gcc-8-sort-libtool-find-output.patch"))
|
"gcc-8-sort-libtool-find-output.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue