diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-31 20:37:46 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-31 20:37:46 +0000 |
commit | 89f5e3db44f7202651432ce334870736b7e17958 (patch) | |
tree | 3601092b649a41c36f21c8b494ef59aaf4494a0d /gcc | |
parent | 1cc9ef69f233ff5c69afeb6d1ef7ef907f8fa1af (diff) | |
download | gcc-89f5e3db44f7202651432ce334870736b7e17958.tar.gz |
(SWITCHES_NEED_SPACES) Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sco5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index d5471ecdec3..baf9bc318ca 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. */ |