From: Richard Stallman Date: Thu, 29 Jul 1993 18:17:52 +0000 (+0000) Subject: (CC, OLDCC): Deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8bb540c818b7f18805f5319574928c7760b94ec;p=gcc.git (CC, OLDCC): Deleted. From-SVN: r5039 --- 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.