README for `dosrel', a suite of utilities for making DOS hosted toolchains.

Send comments to dje@cygnus.com.

Contents
--------
This directory contains three things: a few files from go32 (see below),
some files written by Cygnus, and one file in the public domain.
Files from go32 are copyrighted by DJ Delorie.  See copying.dj
for details.  Files from Cygnus are covered by the GPL.  See file COPYING
for details.

GO32 pieces: coff2exe.c copying.dj emu387 go32.exe stubbyte.h

Cygnus pieces: Makefile.in configure.in dosifytree.c unix2dos.c

Public domain: doschk.c

GO32
----
GO32 is a 32 bit C/C++ environment for MSDOS based on the GNU tools.

From the djgpp mini-FAQ:

The full FAQ:  FTP: faq*.zip in any djgpp distribution (above)
               WWW: http://www.delorie.com/djgpp/faq/
WWW Home Page: http://www.delorie.com/djgpp/
Newsgroup:     comp.os.msdos.djgpp (preferred over the mailing list)
Mailing list:  djgpp-announce@ and djgpp@sun.soe.clarkson.edu
               (c.o.m.d and djgpp@ are tied together)
               subscription add/drop requests to listserv@
               mailing list problems to djgpp-request@
Mail Archives: http://www.delorie.com/djgpp/mail-archives/ (searchable)

GO32 Prebuilt Binaries
----------------------
This directory contains prebuilt binaries of go32.exe and emu387 from go32.
Distribution of them is allowed, see copying.dj for details.
Sources for these binaries are available at any go32 repository
(eg: oak.oakland.edu:/SimTel/vendors/djgpp).

Procedure
---------
1) Build and install the DOS hosted cross-compiler using the Canadian-Cross
   method.

2) Configure this directory the same way you configured the DOS cross-compiler.
   eg: /path/to/binutils-2.5.2/configure --build=$build host=i386-go32 \
	 --target=$target --prefix=$prefix -v

3) Run "make dos-tree GO32_STRIP=/path/to/$build-cross-i386-go32/binutils/strip.new".

4) Subdirectory `dos-tree' is now ready to copy over to DOS and use.
   You will need to edit `set-env.bat' in the `bin' directory to tell GCC
   and the various pieces where you installed them.
