Commit 2e383aa6 by Doug Evans

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

From-SVN: r12434
parent c8ce67e2
...@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG) (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
#ifndef VERSION_INFO2 #ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.21 $" #define VERSION_INFO2 "$Revision: 1.22 $"
#endif #endif
#ifndef NO_BUGS #ifndef NO_BUGS
#define AS_BUG_IMMEDIATE_LABEL #define AS_BUG_IMMEDIATE_LABEL
...@@ -110,7 +110,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -110,7 +110,7 @@ Boston, MA 02111-1307, USA. */
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC "%{!msvr3:%{!shared:-lstaticdgc}} %{!shared:%{!symbolic:-lc}}" #define LIB_SPEC "%{!msvr3:%{!shared:-lstaticdgc}} %{!shared:%{!symbolic:-lc}}"
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "%{z*} %{h*} %{V} %{v:%{!V:-V}} \ #define LINK_SPEC "%{z*} %{h*} %{v:-V} \
%{static:-dn -Bstatic} \ %{static:-dn -Bstatic} \
%{shared:-G -dy} \ %{shared:-G -dy} \
%{symbolic:-Bsymbolic -G -dy} \ %{symbolic:-Bsymbolic -G -dy} \
...@@ -136,7 +136,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -136,7 +136,7 @@ Boston, MA 02111-1307, USA. */
{ "startfile_crtbegin", STARTFILE_CRTBEGIN_SPEC } { "startfile_crtbegin", STARTFILE_CRTBEGIN_SPEC }
#define ASM_CPU_SPEC "\ #define ASM_CPU_SPEC "\
%{V} %{v:%{!V:-V}}\ %{v:-V}\
%{g:\ %{g:\
%{mno-legend:-Wc,off}\ %{mno-legend:-Wc,off}\
%{!mno-legend:-Wc,-fix-bb,-s\"%i\"\ %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
......
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