Do not pass -dynamic-linker to linker when !shared. Fixes . ARM 'link' spec issue reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65711 and https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html. Patch by Ludovic Courtès . --- gcc-4.8.4/gcc/config/arm/linux-elf.h.orig 2015-04-08 20:31:20.376900478 +0200 +++ gcc-4.8.4/gcc/config/arm/linux-elf.h 2015-04-08 20:31:36.437014437 +0200 @@ -65,7 +65,7 @@ %{symbolic:-Bsymbolic} \ %{!static: \ %{rdynamic:-export-dynamic} \ - -dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \ + %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \ -X \ %{mbig-endian:-EB} %{mlittle-endian:-EL}" \ SUBTARGET_EXTRA_LINK_SPEC lue='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-11gnu: speech-dispatcher: Update to 0.11.1....Marius Bakke
2022-01-11gnu: speech-dispatcher: Simplify inputs....Marius Bakke
2021-12-14gnu: festival: Support ALSA output....Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-10-19gnu: festival: Fix build with -fcommon....Ricardo Wurmus
2021-06-13gnu: speech-dispatcher: Update to 0.10.2....Marius Bakke
2021-03-29gnu: flite: Update to 2.2....Tobias Geerinckx-Rice
2021-02-28gnu: festival: Use HTTPS home page URI....Nicolas Goaziou
2021-02-27gnu: add ekho....qblade