Remove macII support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user