guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: address@hidden: Fix libsanitizer cross-compilation.


From: Efraim Flashner
Subject: 02/02: gnu: address@hidden: Fix libsanitizer cross-compilation.
Date: Thu, 18 Jan 2018 02:00:32 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit e80514bc03b003a7ce95d7b55cf33c9f18f9e860
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 2 23:47:12 2018 +0200

    gnu: address@hidden: Fix libsanitizer cross-compilation.
    
    * gnu/packages/gcc.scm (address@hidden)[source]: Add 
gcc-asan-missing-include patch.
---
 gnu/packages/gcc.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 302064f..b1fc32b 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]