diff options
author | Zhenqiang Chen <zhenqiang.chen@arm.com> | 2013-04-02 09:35:22 +0000 |
---|---|---|
committer | Xuepeng Guo <xguo@gcc.gnu.org> | 2013-04-02 09:35:22 +0000 |
commit | 239eb04c47806962da9f42f7f197c719ab2a11e5 (patch) | |
tree | 0724a93d03cb6579c7e340995a0ea48591cb87ae /gcc/config/arm/uclinux-elf.h | |
parent | 35c5cceaa1df8ad4f6e716014a200f6723be2b9d (diff) | |
download | gcc-239eb04c47806962da9f42f7f197c719ab2a11e5.tar.gz |
uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link.
2013-04-02 Zhenqiang Chen <zhenqiang.chen@arm.com>
* config/arm/uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for
non-static link.
From-SVN: r197344
Diffstat (limited to 'gcc/config/arm/uclinux-elf.h')
-rw-r--r-- | gcc/config/arm/uclinux-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index c1fe9f130fa..74d63df4418 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -65,7 +65,7 @@ #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC \ - "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G %L}" /* Use --as-needed -lgcc_s for eh support. */ #ifdef HAVE_LD_AS_NEEDED |