diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-08 00:26:10 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-01-03 23:06:44 +0200 |
commit | 8e7ec29df4289a12f56f6f8f997868a048339e4f (patch) | |
tree | b645307435b3e32b2aa1bd660aee5c690acd5c85 /gnu/local.mk | |
parent | 7bbc708a4e5849158a6b688da0a0958b275f9eea (diff) | |
download | patches-8e7ec29df4289a12f56f6f8f997868a048339e4f.tar patches-8e7ec29df4289a12f56f6f8f997868a048339e4f.tar.gz |
gnu: gcc@4.8: Fix libsanitizer cross-compilation.
This patch is modified from the original patch targeting gcc@5.
* gnu/packages/patches/gcc-asan-missing-include.patch: New file.
* gnu/packages/gcc.scm (gcc@4.8)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a9972a356b..289bbad164 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -647,6 +647,7 @@ dist_patch_DATA = \ %D%/packages/patches/gawk-shell.patch \ %D%/packages/patches/gcc-arm-bug-71399.patch \ %D%/packages/patches/gcc-arm-link-spec-fix.patch \ + %D%/packages/patches/gcc-asan-missing-include.patch \ %D%/packages/patches/gcc-cross-environment-variables.patch \ %D%/packages/patches/gcc-fix-texi2pod.patch \ %D%/packages/patches/gcc-libvtv-runpath.patch \ |