Changes made relative to djlsr200.zip:

* Renamed *.s to *.S to force assembly-preprocessing
* Renamed src/libm/src/math_pri.h to math_private.h (it's real name ;>)
* Edited various makefiles to select the right compiler for the job
  (mostly the crosscompiler, some tools needed in the build process use
  the native compiler).
* Changed src/libc/stubs/gen.c to select go32-as instead of native (ELF) as.
* Changed src/utils/stub2inc.c to run on Linux.

In general, do a 

	$ find . -name '*.orig' 

to find any files that have changed.

/janjaap
