diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-14 18:42:32 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-14 18:42:32 +0000 |
commit | 43ee67856a31aa205c7f535a84673c552519a231 (patch) | |
tree | e177ef72cf2602d7a82dc25f8bcb618548364680 /gcc/config/arm/linux-elf.h | |
parent | 861084351394012ccf97d422bccdfe96fc914193 (diff) | |
download | gcc-43ee67856a31aa205c7f535a84673c552519a231.tar.gz |
linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{version:-v}.
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
%{version:-v}.
* config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
From-SVN: r168801
Diffstat (limited to 'gcc/config/arm/linux-elf.h')
-rw-r--r-- | gcc/config/arm/linux-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 6cdc006d84f..81d27bb723c 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -64,7 +64,7 @@ #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" -#define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \ +#define LINUX_TARGET_LINK_SPEC "%{h*} \ %{static:-Bstatic} \ %{shared:-shared} \ %{symbolic:-Bsymbolic} \ |