From: Doug Evans Date: Fri, 12 Jul 1996 18:56:36 +0000 (+0000) Subject: ({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad06137b3587766242d8f0accd2c155e8c18e454;p=gcc.git ({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. From-SVN: r12435 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index aa77c067ee3..ec2e48a1eb1 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -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 %*}}} \