gnu: gcc@4.9: Fix libsanitizer cross-compilation.

* gnu/packages/gcc.scm (gcc@4.9)[source]: Add gcc-asan-missing-include patch.
This commit is contained in:
Efraim Flashner 2018-01-02 23:47:12 +02:00
parent 809b0a9044
commit e80514bc03
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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)))