Commit 660d9d96 by Doug Evans

({ASM,LINK}_:SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.

From-SVN: r12431
parent a7bed855
...@@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA. ...@@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA.
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC \ #define ASM_SPEC \
"%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
/* svr4 assemblers need the `-' (indicating input from stdin) to come after /* 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 the -o option (and its argument) for some reason. If we try to put it
...@@ -159,7 +159,7 @@ Boston, MA 02111-1307, USA. ...@@ -159,7 +159,7 @@ Boston, MA 02111-1307, USA.
#undef LINK_SPEC #undef LINK_SPEC
#ifdef CROSS_COMPILE #ifdef CROSS_COMPILE
#define LINK_SPEC "%{h*} %{V} %{v:%{!V:-V}} \ #define LINK_SPEC "%{h*} %{v:-V} \
%{b} %{Wl,*:%*} \ %{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \ %{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \ %{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \
...@@ -168,7 +168,7 @@ Boston, MA 02111-1307, USA. ...@@ -168,7 +168,7 @@ Boston, MA 02111-1307, USA.
%{YP,*} \ %{YP,*} \
%{Qy:} %{!Qn:-Qy}" %{Qy:} %{!Qn:-Qy}"
#else #else
#define LINK_SPEC "%{h*} %{V} %{v:%{!V:-V}} \ #define LINK_SPEC "%{h*} %{v:-V} \
%{b} %{Wl,*:%*} \ %{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \ %{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \ %{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment