The lcc retargetable ANSI C compiler
Go to file
MGoesswein ea177852ef Initial CMakelists.txt files to build lcc with CMake
Windows build with gcc works,
Linux build shall also work, but was not tested yet.
2019-02-15 18:35:26 +01:00
alpha/osf/tst Updated alpha/osf baseline. 2002-09-03 23:53:13 +00:00
cpp Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
doc More URL cleanup. 2010-12-27 14:27:56 -08:00
etc Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
include
lburg Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
lib Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
mips/irix/tst Added mips baseline. 2002-08-29 20:21:38 +00:00
sparc/solaris/tst Added sparc baseline. 2002-08-29 19:59:32 +00:00
src Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
tst
x86 Fixed .ident string. 2003-08-11 23:49:53 +00:00
CMakeLists.txt Initial CMakelists.txt files to build lcc with CMake 2019-02-15 18:35:26 +01:00
CPYRIGHT Update AW contact info. 2006-03-03 05:16:48 +00:00
LOG
README Fix URL in README; set svn:mime-type on HTML files. 2007-02-17 19:21:14 +00:00
custom.mk Added makefile, default custom.mk. 2002-08-29 00:03:22 +00:00
makefile Fixed botched comment; cut extraneous clobber files. 2002-09-03 23:39:22 +00:00
makefile.nt Add flag to ignore fc return code on make triple. 2002-09-04 18:33:11 +00:00

README

This hierarchy is the distribution for lcc version 4.2.

lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://storage.webhop.net/documents/interface4.pdf.

VERSION 4.2 IS INCOMPATIBLE WITH EARLIER VERSIONS OF LCC. DO NOT
UNLOAD THIS DISTRIBUTION ON TOP OF A 3.X DISTRIBUTION.

LOG describes the changes since the last release.

CPYRIGHT describes the conditions under you can use, copy, modify, and
distribute lcc or works derived from lcc.

doc/install.html is an HTML file that gives a complete description of
the distribution and installation instructions.

Chris Fraser / cwf@aya.yale.edu
David Hanson / drh@drhanson.net
$Revision$ $Date$