diff options
author | Doug Evans <dje@gnu.org> | 1996-07-12 18:56:36 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-07-12 18:56:36 +0000 |
commit | ad06137b3587766242d8f0accd2c155e8c18e454 (patch) | |
tree | 760ea7275ee504d09db01c82b94b21acfb3a46df /gcc | |
parent | 2e383aa615bd03a75566f9d19772d082d9cb09d8 (diff) | |
download | gcc-ad06137b3587766242d8f0accd2c155e8c18e454.zip gcc-ad06137b3587766242d8f0accd2c155e8c18e454.tar.gz gcc-ad06137b3587766242d8f0accd2c155e8c18e454.tar.bz2 |
({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12435
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sol2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index aa77c06..ec2e48a 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 %*}}} \ |