From 43ee67856a31aa205c7f535a84673c552519a231 Mon Sep 17 00:00:00 2001
From: Joseph Myers <joseph@codesourcery.com>
Date: Fri, 14 Jan 2011 18:42:32 +0000
Subject: 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
---
 gcc/config/arm/linux-elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gcc/config/arm/linux-elf.h')

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} \
-- 
cgit v1.2.1