From b8bb540c818b7f18805f5319574928c7760b94ec Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 29 Jul 1993 18:17:52 +0000 Subject: [PATCH] (CC, OLDCC): Deleted. From-SVN: r5039 --- gcc/config/i386/x-ncr3000 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000 index d40db0fb544..4ae168b1fe5 100644 --- a/gcc/config/i386/x-ncr3000 +++ b/gcc/config/i386/x-ncr3000 @@ -5,14 +5,15 @@ CCLIBFLAGS= -# NCR3000 ships with a MetaWare compiler installed as CC, which chokes and -# dies all over the place on GCC source. However, the AT&T compiler, -# crusty as it is, can be used to bootstrap GCC. It can be found in -# /usr/ccs/ATT/cc. It is also used to compile the things that should -# not be compiled with GCC. - -CC = /usr/ccs/ATT/cc -OLDCC = /usr/ccs/ATT/cc +## Supposedly not needed now that xm-sysv4.h includes alloc.h for Metaware. +### NCR3000 ships with a MetaWare compiler installed as CC, which chokes and +### dies all over the place on GCC source. However, the AT&T compiler, +### crusty as it is, can be used to bootstrap GCC. It can be found in +### /usr/ccs/ATT/cc. It is also used to compile the things that should +### not be compiled with GCC. +## +##CC = /usr/ccs/ATT/cc +##OLDCC = /usr/ccs/ATT/cc # The rest is just x-i386v4. -- 2.30.2