Commit 96a097c9 by Doug Evans

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

From-SVN: r12436
parent ad06137b
...@@ -62,13 +62,13 @@ Boston, MA 02111-1307, USA. */ ...@@ -62,13 +62,13 @@ Boston, MA 02111-1307, USA. */
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{V} %{v:%{!V:-V}} -s %{fpic:-K PIC} %{fPIC:-K PIC} \ %{v:-V} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
" "
/* This is taken from sol2.h. */ /* This is taken from sol2.h. */
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "\
%{V} %{v:%{!V:-V}} \ %{v:-V} \
" "
/* We need something a little simpler for the embedded environment. /* We need something a little simpler for the embedded environment.
......
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