

This directory contains binaries for running under MINIX 1.5.10
which Bruce Evans' 386 patches.

Before running these programs you should build a new kernel
with the patch to kernel/klib386.x applied.  This allows
floating point to be treated properly.  It sets a flag to say
no 387 processor exists on your machine (If you have one
that's probably ok but nothing will use it, you'll have
to rebuild gcc appropriately).

The other binaries should be copied as follows

cp ar gcc gcc2minix make nm size /usr/local/bin
cp gcc-ld gcc-cc1 gcc-cpp gcc-as /usr/local/lib/gcc

Also you will need to install the gcc include files
(see ../gccinc) and gcc libraries (see ../gcclib) before
you can run gcc

