Commit 1638ccd3 by Stan Cox

(SWITCHES_NEED_SPACES) Define.

From-SVN: r14570
parent f25aca7a
......@@ -855,6 +855,11 @@ dtors_section () \
%{symbolic:-Bsymbolic -G -dy %{!z*:-z text}} %{z*} %{R*} %{Y*} \
%{G:-G} %{melf:%{Qn:} %{!Qy:-Qn}}"
/* The SCO COFF linker gets confused on the difference between "-ofoo"
and "-o foo". So we just always force a single space. */
#define SWITCHES_NEED_SPACES "o"
/* Library spec. If we are not building a shared library, provide the
standard libraries, as per the SCO compiler. */
......
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