summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-01-02 23:47:12 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-01-18 08:59:20 +0200
commite80514bc03b003a7ce95d7b55cf33c9f18f9e860 (patch)
tree2dd659dd1de22f16a615aa861ea240f25eb5c9d6 /gnu/packages/gcc.scm
parent809b0a90446ccae1a7d79165962f4e377f6342fe (diff)
downloadguix-patches-e80514bc03b003a7ce95d7b55cf33c9f18f9e860.tar
guix-patches-e80514bc03b003a7ce95d7b55cf33c9f18f9e860.tar.gz
gnu: gcc@4.9: Fix libsanitizer cross-compilation.
* gnu/packages/gcc.scm (gcc@4.9)[source]: Add gcc-asan-missing-include patch.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 302064f78a..b1fc32b028 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -393,6 +393,7 @@ Go. It also includes runtime support libraries for these languages.")
(base32
"14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc"))
(patches (search-patches "gcc-arm-bug-71399.patch"
+ "gcc-asan-missing-include.patch"
"gcc-libvtv-runpath.patch"
"gcc-fix-texi2pod.patch"))
(modules '((guix build utils)))