projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25aca7
)
(SWITCHES_NEED_SPACES) Define.
author
Stan Cox
<coxs@gnu.org>
Thu, 31 Jul 1997 20:37:46 +0000
(20:37 +0000)
committer
Stan Cox
<coxs@gnu.org>
Thu, 31 Jul 1997 20:37:46 +0000
(20:37 +0000)
From-SVN: r14570
gcc/config/i386/sco5.h
patch
|
blob
|
history
diff --git
a/gcc/config/i386/sco5.h
b/gcc/config/i386/sco5.h
index d5471ecdec3038c33e0f05db993ae6e3d887667f..baf9bc318ca8290a368ecb9882dd2cb86c4db032 100644
(file)
--- 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. */