(CC, OLDCC): Deleted.
authorRichard Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:17:52 +0000 (18:17 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:17:52 +0000 (18:17 +0000)
From-SVN: r5039

gcc/config/i386/x-ncr3000

index d40db0fb5445469b71e9caca2f27951a4bede9bf..4ae168b1fe51512041d2366a20cede82fdad2b72 100644 (file)
@@ -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.