From be9828d197a790627078529686b60572313ced5f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 17 Sep 1996 19:02:36 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC. --- src/s/sco5.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2