Commit 869fefb7 by Ben Cheng Committed by Jing Yu

linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the dynamic linker commands for...

2012-09-17  Ben Cheng  <bccheng@google.com

	* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the
	dynamic linker commands for statically linked programs.

From-SVN: r191401
parent 058e2674
2012-09-17 Ben Cheng <bccheng@google.com
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the
dynamic linker commands for statically linked programs.
2012-09-17 Ulrich Weigand <ulrich.weigand@linaro.org> 2012-09-17 Ulrich Weigand <ulrich.weigand@linaro.org>
* config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set * config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set
......
...@@ -65,8 +65,9 @@ ...@@ -65,8 +65,9 @@
%{static:-Bstatic} \ %{static:-Bstatic} \
%{shared:-shared} \ %{shared:-shared} \
%{symbolic:-Bsymbolic} \ %{symbolic:-Bsymbolic} \
%{rdynamic:-export-dynamic} \ %{!static: \
-dynamic-linker " GNU_USER_DYNAMIC_LINKER " \ %{rdynamic:-export-dynamic} \
-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