diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-12 18:44:20 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-12 18:44:20 +0000 |
commit | aa09bbf9180ec7c38fac440e724edbda77b01bfd (patch) | |
tree | e52b241589949f9cf327d23df1ed43d3ae003fc1 /gcc/config/ptx4.h | |
parent | 244208eab641d5c0d3a65392fa708e22ad81a42a (diff) | |
download | gcc-aa09bbf9180ec7c38fac440e724edbda77b01bfd.tar.gz |
%{V} %{v:%{!V:-V}} -> %{v:-V}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ptx4.h')
-rw-r--r-- | gcc/config/ptx4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index c4f163c22d7..41c2706fc85 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. #undef ASM_SPEC #define ASM_SPEC \ - "-no_0f_fix %{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" + "-no_0f_fix %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" /* svr4 assemblers need the `-' (indicating input from stdin) to come after the -o option (and its argument) for some reason. If we try to put it @@ -140,7 +140,7 @@ Boston, MA 02111-1307, USA. not being done. */ #undef LINK_SPEC -#define LINK_SPEC "%{h*} %{V} %{v:%{!V:-V}} \ +#define LINK_SPEC "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ %{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \ |