Commit Graph

2 Commits

Author SHA1 Message Date
David E. O'Brien
69bf95c184 Don't use a generic PLIST which is then fixedup. Note, that others using
our ports collection will have to come up with a solution for this.

Requested by:	Satoshi
1996-12-31 15:08:23 +00:00
David E. O'Brien
a7ed5d35e0 lcc is the retargetable ANSI C compiler described in the book
`A Retargetable C Compiler: Design and Implementation'
(Addison-Wesley, 1995, ISBN 0-8053-1670-1).

lcc is a production compiler with a hand crafted lexical analyzer and a
hand-coded recursive decent parser.  The lexer and parser code is well
written and very easy to read (and learn from :-)).

lcc compiles much faster than FreeBSD's stock [gcc] compiler.  However, it
does not under stand FreeBSD's "long long" data type.

Contributions by:	Soren Schmidt
1996-12-27 11:09:49 +00:00