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
This commit is contained in:
Ben Cheng 2012-09-17 17:33:05 +00:00 committed by Jing Yu
parent 058e267451
commit 869fefb7c4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set

View File

@ -65,8 +65,9 @@
%{static:-Bstatic} \
%{shared:-shared} \
%{symbolic:-Bsymbolic} \
%{rdynamic:-export-dynamic} \
-dynamic-linker " GNU_USER_DYNAMIC_LINKER " \
%{!static: \
%{rdynamic:-export-dynamic} \
-dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \
-X \
%{mbig-endian:-EB} %{mlittle-endian:-EL}" \
SUBTARGET_EXTRA_LINK_SPEC