OSDN Git Service

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

gcc/config/sparc/sol2.h

index aa77c06..ec2e48a 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
    It's safe to pass -s always, even if -g is not used. */
 #undef ASM_SPEC
 #define ASM_SPEC "\
-%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \
+%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \
 %{fpic:-K PIC} %{fPIC:-K PIC} \
 %(asm_cpu) \
 "
@@ -129,7 +129,7 @@ Boston, MA 02111-1307, USA.  */
 /* This should be the same as in svr4.h, except with -R added.  */
 #undef LINK_SPEC
 #define LINK_SPEC \
-  "%{h*} %{V} %{v:%{!V:-V}} \
+  "%{h*} %{v:-V} \
    %{b} %{Wl,*:%*} \
    %{static:-dn -Bstatic} \
    %{shared:-G -dy %{!mimpure-text:-z text} %{!h*:%{o*:-h %*}}} \