aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1997-07-31 20:37:46 +0000
committerStan Cox <coxs@gnu.org>1997-07-31 20:37:46 +0000
commit1638ccd30515541a5399b4c3df95b666515dba47 (patch)
tree3601092b649a41c36f21c8b494ef59aaf4494a0d /gcc
parentf25aca7a57b585258a84af69cf4167482d417f8a (diff)
downloadgcc-1638ccd30515541a5399b4c3df95b666515dba47.zip
gcc-1638ccd30515541a5399b4c3df95b666515dba47.tar.gz
gcc-1638ccd30515541a5399b4c3df95b666515dba47.tar.bz2
(SWITCHES_NEED_SPACES) Define.
From-SVN: r14570
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sco5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h
index d5471ec..baf9bc3 100644
--- a/gcc/config/i386/sco5.h
+++ b/gcc/config/i386/sco5.h
@@ -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. */