From: Richard M. Stallman Date: Tue, 17 Sep 1996 19:02:36 +0000 (+0000) Subject: (C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC. X-Git-Tag: emacs-20.1~3711 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be9828d197a790627078529686b60572313ced5f;p=emacs.git (C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC. --- 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