		   README for GNU development tools
			    Cygnus Support

This directory contains sources for various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

This directory is part of a coordinated release of development tools.
Not all tools will be in each release, depending on the requirements of
each supported system.  The versions of the GNU tools under this directory
probably vary slightly from the standard Free Software Foundation
releases, since the process of making such a coordinated release
involved fixing various problems as they arise, independently of FSF
release schedules.

It is possible to configure and build a variety of tools with one
command.  To build any or all of the tools contained herein, run the
``configure'' script here, e.g.:

	./configure myhosttype

followed by running ``make''.  To see all the possible tools that can
be configured here, do:

	./configure -v myhosttype

See configure.texi, and/or the README files in various subdirectories,
for more details.
