summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-17 19:02:36 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-17 19:02:36 +0000
commitc405620eb5e1979893fcf3afbead8efe458814a2 (patch)
tree7b421335c48ed45da770e06ebf85d4e2457196ac
parent0f00b805e7bea0771eafd321a23bacd357fe1b8c (diff)
downloademacs-c405620eb5e1979893fcf3afbead8efe458814a2.tar.gz
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
-rw-r--r--src/s/sco5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h
index 7f0f21d08f8..1c914a37299 100644
--- a/src/s/sco5.h
+++ b/src/s/sco5.h
@@ -149,8 +149,10 @@ Boston, MA 02111-1307, USA. */
#define UNEXEC unexelf.o
+#ifndef __GNUC__
#define C_SWITCH_SYSTEM -belf
#define LD_SWITCH_SYSTEM -belf
+#endif
/* SCO has a working alloca in libPW */
#define HAVE_ALLOCA