Remove macII support

This commit is contained in:
chase
2018-06-24 07:22:21 -05:00
committed by Jon Trulson
parent 63269240eb
commit 01c9b8889b
9 changed files with 14 additions and 124 deletions

View File

@@ -5,7 +5,7 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
* 1. Identify a machine-specific cpp symbol. If your preprocessor
* does not have any built in, you will need to add the symbol to the
* cpp_argv table in config/imake/imakemdep.h and rebuild imake with
* the BOOTSTRAPCFLAGS variable set (see the macII for an example).
* the BOOTSTRAPCFLAGS variable set.
*
* 2. Add all machine-specific cpp symbols (either defined by you or by
* the preprocessor or compiler) to the predefs table in
@@ -317,13 +317,6 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
# define M4330Architecture
#endif /* M4330 */
#ifdef macII
# define MacroIncludeFile <macII.cf>
# define MacroFile macII.cf
# undef macII
# define MacIIArchitecture
#endif /* macII */
#ifdef _CRAY
# define MacroIncludeFile <cray.cf>
# define MacroFile cray.cf