This is the README file for the GNU cross development utils.

	-make file is called `Makefile'
	-configuration:
		edit Makefile to make sure the following
		are defined appro.:
		CROSSDIR -- the home directory of the cross dev. system
	-make by
		make install
	will make and install ld, nm, ar, size and size68

	- note
	size and nm only work on Gnu format objects (.o's essentially).
	size68 will give the size information of atari format executables
	(ie. .prg/.tos/.ttp files -- see st-out.h for details).
