[gnu.g++] -DSOS and -DESKIT in compilation of g++-1.35.0

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (05/17/89)

SOS is an operating system developed at INRIA (in France) which
supports object migration and dynamic linking.  You can read about it
in the USENIX 1987 C++ Conference proceedings.

I left out -O in CFLAGS.  This was an oversight.  The compiler runs
just fine with -O.

Michael