summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-03-08 13:00:08 +0100
committerJosselin Poiret <dev@jpoiret.xyz>2024-03-09 17:37:07 +0100
commit5d7d01e8daddd6ebb7fccca85aa81f8b2cf1a049 (patch)
tree0313dbb83a6de71a9377dc3ea7520ba4388f3560
parent7973545e6cb072ef224706439ed6c00de3348409 (diff)
gnu: gcc-6: Fix libsanitizer build.
* gnu/packages/gcc.scm (gcc-6, gcc-5): Also apply gcc-7's libsanitizer patch. Change-Id: I2f5699480574721dc32389b7c2c3c45043d28b51
-rw-r--r--gnu/packages/gcc.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c9c3af923c..f372d8f4ef 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -539,6 +539,7 @@ Go. It also includes runtime support libraries for these languages.")
"gcc-5.5.0-libstdc++-xmlcatalog.patch"
"gcc-13.2.0-libstdc++-docbook-xsl-uri.patch"
"gcc-13.2.0-libstdc++-info-install-fix.patch"
+ "gcc-7-libsanitizer-fsconfig-command.patch"
"gcc-6-libsanitizer-mode-size.patch"
"gcc-fix-texi2pod.patch"
"gcc-5-hurd.patch"
@@ -563,6 +564,7 @@ Go. It also includes runtime support libraries for these languages.")
(base32
"0i89fksfp6wr1xg9l8296aslcymv2idn60ip31wr9s4pwin7kwby"))
(patches (search-patches "gcc-strmov-store-file-names.patch"
+ "gcc-7-libsanitizer-fsconfig-command.patch"
"gcc-6-libsanitizer-mode-size.patch"
"gcc-6-source-date-epoch-1.patch"
"gcc-6-source-date-epoch-2.patch"