diff options
author | Richard Stallman <rms@gnu.org> | 1993-07-29 18:17:52 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-07-29 18:17:52 +0000 |
commit | b8bb540c818b7f18805f5319574928c7760b94ec (patch) | |
tree | db967e9ff8e825ffc7853ce2a0fbb4ab0c16d329 | |
parent | f5c081fd9e732848231f6b4151cf8ff6e584a6d7 (diff) | |
download | gcc-b8bb540c818b7f18805f5319574928c7760b94ec.zip gcc-b8bb540c818b7f18805f5319574928c7760b94ec.tar.gz gcc-b8bb540c818b7f18805f5319574928c7760b94ec.tar.bz2 |
(CC, OLDCC): Deleted.
From-SVN: r5039
-rw-r--r-- | gcc/config/i386/x-ncr3000 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000 index d40db0f..4ae168b 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. |