aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/sco5.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-17 19:02:36 +0000
committerRichard M. Stallman <[email protected]>1996-09-17 19:02:36 +0000
commitbe9828d197a790627078529686b60572313ced5f (patch)
treed7ac9ddb926659abfdf2e7dfa9d0ccfc8f23e02f /src/s/sco5.h
parentd8f59f561a72bbfe03d357635c17983751a9ef61 (diff)
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
Diffstat (limited to 'src/s/sco5.h')
-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 7f0f21d08f..1c914a3729 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