(SWITCHES_NEED_SPACES) Define.

From-SVN: r14570
This commit is contained in:
Stan Cox 1997-07-31 20:37:46 +00:00
parent f25aca7a57
commit 1638ccd305

View File

@ -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. */