diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-08 18:30:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-08 18:30:23 +0800 |
commit | c264a7876d23b9f89da955468092b6e210cb3cdd (patch) | |
tree | dc676f74a347599799191aa5ffb988ab04ff3bbe /lang/Makefile | |
parent | 56b20f276e420ce5f7df32d8c126b962924c0c00 (diff) | |
download | freebsd-ports-gnome-c264a7876d23b9f89da955468092b6e210cb3cdd.tar.gz freebsd-ports-gnome-c264a7876d23b9f89da955468092b6e210cb3cdd.tar.zst freebsd-ports-gnome-c264a7876d23b9f89da955468092b6e210cb3cdd.zip |
Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is
available on the Compaq Tru64 UNIX platform. The compiler produces excellent
optimized code for the Alpha architecture, particularly for floating-point
intensive applications.
I was able to compile simple test programs by:
ccc -c foo.c
cc -o foo foo.o
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c84b512e17b1..df257ce8c7a3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -14,6 +14,7 @@ SUBDIR += cim SUBDIR += clisp SUBDIR += cmucl + SUBDIR += compaq-cc SUBDIR += cu-prolog SUBDIR += dylan SUBDIR += egcs |