Ken C Compiler from Plan9.

Giacomo Tesio eba7d626df add .gitignore %!s(int64=8) %!d(string=hai) anos
FreeBSD f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
Linux 34b44fd00b amd64: workaround build problems, see https://bitbucket.org/plan9-from-bell-labs/9-cc/issues/1/problems-building-under-x64-linux#comment-21758543 %!s(int64=8) %!d(string=hai) anos
MacOSX f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
NetBSD f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
Nt f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
Plan9 f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
Solaris f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
doc c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
etc db8e9c56bd further changes to default %!s(int64=10) %!d(string=hai) anos
include 7b6d85a9d5 -v %!s(int64=10) %!d(string=hai) anos
lib c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
man 21dd873648 initial versions %!s(int64=10) %!d(string=hai) anos
mkfiles 2cd6be1819 remove X11 references %!s(int64=10) %!d(string=hai) anos
src 34b44fd00b amd64: workaround build problems, see https://bitbucket.org/plan9-from-bell-labs/9-cc/issues/1/problems-building-under-x64-linux#comment-21758543 %!s(int64=8) %!d(string=hai) anos
.gitignore eba7d626df add .gitignore %!s(int64=8) %!d(string=hai) anos
.hgignore f3479f03f1 instant upgrade, to Inferno utils level %!s(int64=10) %!d(string=hai) anos
INSTALL c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
NOT.READY c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
NOTICE c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
README.md 92b1d2c3d3 README.md edited online with Bitbucket %!s(int64=9) %!d(string=hai) anos
TODO c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
TODO.REBUILD c4019156ec Initial import of fairly old source %!s(int64=10) %!d(string=hai) anos
configure 56a4e192be add x86_64 host arch %!s(int64=10) %!d(string=hai) anos
mkconfig 2469b98f72 use $HOME %!s(int64=10) %!d(string=hai) anos
mkfile 9860d998c2 remove liblex %!s(int64=10) %!d(string=hai) anos

README.md

Highly portable C compiler suite, including supporting tools, originally developed for Plan 9 from Bell Labs and later also used for Inferno.

It targets x86, amd64, SPARC, MIPS, ARM, and PowerPC. ARM64 will shortly be added.

The 680x0 and Alpha suites have been retired, but the source is still available for study.

It is small and fast. It includes a stripped-down preprocessor.

Because all components are written portably, it is easy to use as a cross-compiler. (On Plan 9 itself, a cross-compiler is made simply by compiling a target compiler with the host compiler. There are no extra configuration files.)

The suite is pleasant to port, partly because the distribution of effort across the components is unusual.

The source code of the compiler suite is included in both Plan 9 and Inferno distributions, but this provides an independent source that might be used by other projects.

The project contains the source of the assemblers, compilers and loaders; supporting commands such as ar, nm, size etc.; the Acid debugger; supporting libraries; and the portable build environment, including mk.