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:
parent
058e267451
commit
869fefb7c4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user