INSTALL using
  ../src/config.gcc -srcdir=../src i386-mach
in the midway/src/compiler/gcc.shread/@sys directory.

link object directory to source 
  in directory  midway/obj/i386_mach/compiler
  ln -s /afs/cs/project/midway/src/compiler/gcc.shread/@sys gcc.shread

Change Makefile to use "cc" instead of "gcc" for OLD_CC

Do NOT make gnulib or gnulib2!
All compilers on the i386 are gnu compilers. Thus gnulib cannot be built
using the standard makefile (it results in runtime routines calling 
themselves). Instead copy an existing gnulib from mach
   cp  /afs/cs/project/mach3/latest/release/i386_mach/lib/gnulib .
Do NOT link to gnulib, since it will be modified by the makefile.

Add -DMIDWAY to CFLAGS= command line parm when compiling stage1 & stage2


