diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-12 18:56:36 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-12 18:56:36 +0000 |
commit | 0c7db10a9f221a0e74c54e9f9e0c44dca580cdcc (patch) | |
tree | 760ea7275ee504d09db01c82b94b21acfb3a46df /gcc/config/sparc | |
parent | 836e7849ef0f0fb1ea64e41d14e00102cdaaa48a (diff) | |
download | gcc-0c7db10a9f221a0e74c54e9f9e0c44dca580cdcc.tar.gz |
({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-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 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 %*}}} \ |