diff options
author | Carl Dong <contact@carldong.me> | 2019-05-05 14:35:13 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 10:22:00 +0200 |
commit | 0e293f75f1e41876a54f87c131d4a37408b70f56 (patch) | |
tree | e669f52bc1ecd76ab968f1f29d6239e1e0fe94ba /gnu/packages/gcc.scm | |
parent | 83b0a7f41bccb7b46f1d443e80a22c61a3ff92bc (diff) | |
download | guix-0e293f75f1e41876a54f87c131d4a37408b70f56.tar guix-0e293f75f1e41876a54f87c131d4a37408b70f56.tar.gz |
gnu: gcc@9: Fix limits.h include for cross builds.
This allows us to supply gcc-9 as an optional argument to cross-gcc,
successfully constructing gcc-9-based cross-compilers.
* gnu/packages/gcc.scm (gcc-9)[source](patches): Add
"gcc-9-asan-fix-limits-include.patch".
* gnu/packages/patches/gcc-9-asan-fix-limits-include.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index eefce2737b..50c58c1828 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -531,6 +531,7 @@ It also includes runtime support libraries for these languages."))) (base32 "1817nc2bqdc251k0lpc51cimna7v68xjrnvqzvc50q3ax4s6i9kr")) (patches (search-patches "gcc-9-strmov-store-file-names.patch" + "gcc-9-asan-fix-limits-include.patch" "gcc-5.0-libvtv-runpath.patch")))))) ;; Note: When changing the default gcc version, update |