OSDN Git Service

({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jul 1996 18:57:38 +0000 (18:57 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jul 1996 18:57:38 +0000 (18:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12436 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sp64-elf.h

index d7af869..fcc7275 100644 (file)
@@ -62,13 +62,13 @@ Boston, MA 02111-1307, USA.  */
 
 #undef ASM_SPEC
 #define ASM_SPEC "\
-%{V} %{v:%{!V:-V}} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
+%{v:-V} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
 "
 
 /* This is taken from sol2.h.  */
 #undef LINK_SPEC
 #define LINK_SPEC "\
-%{V} %{v:%{!V:-V}} \
+%{v:-V} \
 "
 
 /* We need something a little simpler for the embedded environment.