diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-09 01:48:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-09 01:58:04 -0400 |
commit | 1421afa94a825d413a5609ef0d89b878e1ba458c (patch) | |
tree | 88cf793643ecca7d35a4e2cc3f8a10b0d3e78113 /gnu-system.am | |
parent | 7b2abd0055fc88ac95a5ad10df7f150181564b7a (diff) | |
download | patches-1421afa94a825d413a5609ef0d89b878e1ba458c.tar patches-1421afa94a825d413a5609ef0d89b878e1ba458c.tar.gz |
gnu: gcc: Do not pass -dynamic-linker to linker when !shared on arm.
Fixes <http://bugs.gnu.org/20102>.
* gnu/packages/patches/gcc-arm-link-spec-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-4.8, gcc-4.9): Add patch.
* gnu/packages/cross-base.scm (cross-gcc): Preserve patches from gcc-4.8.
Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f9b58ddaa7..e09ea333f1 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -412,6 +412,7 @@ dist_patch_DATA = \ gnu/packages/patches/flashrom-use-libftdi1.patch \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ + gnu/packages/patches/gcc-arm-link-spec-fix.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ gnu/packages/patches/geoclue-config.patch \ gnu/packages/patches/ghostscript-runpath.patch \ |