1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/lang/pcc/pkg-descr
Alexey Dokuchaev 78c42ac429 - Try to fix parallel (-jX) builds: use make's -C switch and add a missing
dependency
- While here: adjust header and COMMENT, remove useless WRKSRC assignment,
  put USES higher up where it's normally found
- Kill EOL whitespace in pkg-descr

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-09-02 05:36:56 +00:00

11 lines
522 B
Plaintext

This compiler is based on the original Portable C Compiler by S. C. Johnson,
written in the late 70's. Even though much of the compiler has been
rewritten, some of the basics still remain.
The intention is to write a C99 compiler while still keeping it small, simple,
fast and understandable. I think of it as if it shall be able to compile and
run on PDP11 (even if it may not happen in reality). But with this in mind it
becomes important to think twice about what algorithms are used.
WWW: http://pcc.ludd.ltu.se/