Commit bcd119b7 by Ludovic Courtès Committed by Ludovic Courtès

re PR target/65711 (arm*-linux* "link" spec passes '-dynamic-linker' even for '-shared')

	PR 65711
	* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
	'-dynamic-linker' within %{!shared: ...}.

From-SVN: r224826
parent b837291d
2015-06-23 Ludovic Courtès <ludo@gnu.org>
PR 65711
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
'-dynamic-linker' within %{!shared: ...}.
2015-06-23 Uros Bizjak <ubizjak@gmail.com> 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
PR target/66560 PR target/66560
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
%{symbolic:-Bsymbolic} \ %{symbolic:-Bsymbolic} \
%{!static: \ %{!static: \
%{rdynamic:-export-dynamic} \ %{rdynamic:-export-dynamic} \
-dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \ %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \
-X \ -X \
%{mbig-endian:-EB} %{mlittle-endian:-EL}" \ %{mbig-endian:-EB} %{mlittle-endian:-EL}" \
SUBTARGET_EXTRA_LINK_SPEC SUBTARGET_EXTRA_LINK_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment