Several flavors of c library can be made using the shell scripts in this
directory.  For standard c libraries (libc.a) use compall followed by mklib.
If you don't have floating point, use fcompall and fmklib.  This includes the
floating point interpreter and uses the nonfpcrt routines.

For overlay libraries (libovc.a) use ovcompall and ovmklib, or without
floating point, fovcompall and fovmklib.  This does not use the nonfpcrt
routines; they haven't been converted to work with overlays.

For the non-floating point libraries, fpsim.o must be made in ../libfpsim,
then copied here.
