diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-01-11 00:08:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:22 +0200 |
commit | 745177cea555c88d4c0c227ddca922e2eb76eedd (patch) | |
tree | fc7cada4ae4f42854a98879056fde9d8648cdb56 /gnu/packages/gcc.scm | |
parent | e7fdcffc73690c675477a3e48ecdb16f8fb5dd01 (diff) | |
download | guix-745177cea555c88d4c0c227ddca922e2eb76eedd.tar.gz |
gnu: gcc@7: Allow compilation with glibc 2.38.
* gnu/packages/patches/gcc-7-libsanitizer-fsconfig-command.patch: New file. * gnu/packages/gcc.scm (gcc-7)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Ifa273b92573281c34d83e5fb8cd68734ef02c7fd
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 0f34bec069..e6602d2193 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -655,6 +655,7 @@ Go. It also includes runtime support libraries for these languages.") "0qg6kqc5l72hpnj4vr6l0p69qav0rh4anlkk3y55540zy3klc6dq")) (patches (search-patches "gcc-strmov-store-file-names.patch" "gcc-7-libsanitizer-mode-size.patch" + "gcc-7-libsanitizer-fsconfig-command.patch" "gcc-5.0-libvtv-runpath.patch")))) (description "GCC is the GNU Compiler Collection. It provides compiler front-ends |