Updated for 6.0pre4.

This commit is contained in:
dtrg 2010-08-04 18:01:12 +00:00
parent e537bcc321
commit 5147166810
2 changed files with 12 additions and 7 deletions

View file

@ -2,6 +2,11 @@
# $State$ # $State$
# $Revision$ # $Revision$
6.0pre4
Fixed some minor bit-rotting issues that were preventing compilation on
modern Linux systems.
6.0pre3 6.0pre3
Added the cpm platform. Made some optimisations to the i80 code generator, Added the cpm platform. Made some optimisations to the i80 code generator,

14
README
View file

@ -1,12 +1,8 @@
# $Source$
# $State$
# $Revision$
THE AMSTERDAM COMPILER KIT V6.0pre3 THE AMSTERDAM COMPILER KIT V6.0pre3
=================================== ===================================
© 1987-2005 Vrije Universiteit, Amsterdam © 1987-2005 Vrije Universiteit, Amsterdam
2007-04-29 2010-08-08
INTRODUCTION INTRODUCTION
@ -17,7 +13,7 @@ front end compilers for a number of different languages, code generators,
support libraries, and all the tools necessary to go from source code to support libraries, and all the tools necessary to go from source code to
executable on any of the platforms it supports. executable on any of the platforms it supports.
This is an early prerelease of the upcoming version 6.0 release. Not a This is an early prerelease of the apocryphal version 6.0 release. Not a
lot is supported, the build mechanism needs work, and a lot of things are lot is supported, the build mechanism needs work, and a lot of things are
probably broken. However, what's there should be sufficient to get things probably broken. However, what's there should be sufficient to get things
done and to evaluate how the full 6.0 release should work. done and to evaluate how the full 6.0 release should work.
@ -167,4 +163,8 @@ Please enjoy.
David Given (dtrg on Sourceforge) David Given (dtrg on Sourceforge)
dg@cowlark.com dg@cowlark.com
2007-04-29 2010-08-08
# $Source$
# $State$
# $Revision$