From 83c2a9ef9c393566198d26c4ef616aad9bb77f8f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 2 Dec 2010 19:40:27 +0000 Subject: freebsd.h (LINK_SPEC): Cut long comment. * config/i386/freebsd.h (LINK_SPEC): Cut long comment. * config/i386/linux.h (LINK_SPEC): Cut long comment. * config/i386/netware.h (LINK_SPEC): Remove %{V}. * config/m32r/linux.h (LINK_SPEC): Cut long comment. * config/m68k/linux.h (LINK_SPEC): Cut long comment. * config/sparc/linux.h (LINK_SPEC): Cut long comment. (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}. * config/sparc/linux64.h (LINK_SPEC): Cut long comment. (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}. * config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}. From-SVN: r167386 --- gcc/config/sparc/linux.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gcc/config/sparc/linux.h') diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 2b0bd73..97ce5ee 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -70,13 +70,7 @@ along with GCC; see the file COPYING3. If not see /* Provide a LINK_SPEC appropriate for GNU/Linux. Here we provide support for the special GCC options -static and -shared, which allow us to link things in one of these three modes by applying the appropriate - combinations of options at link-time. We like to support here for - as many of the other GNU linker options as possible. But I don't - have the time to search for those flags. I am sure how to add - support for -soname shared_object_name. H.J. - - I took out %{v:%{!V:-V}}. It is too much :-(. They can use - -Wl,-V. + combinations of options at link-time. When the -shared link option is used a final link is not being done. */ @@ -99,8 +93,6 @@ along with GCC; see the file COPYING3. If not see It's safe to pass -s always, even if -g is not used. */ #undef ASM_SPEC #define ASM_SPEC "\ -%{V} \ -%{v:%{!V:-V}} \ %{!Qn:-Qy} \ %{n} \ %{T} \ -- cgit v1.1