mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
662c4d7168
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
10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
`ccc' is the Compaq C compiler for Linux Alpha. It is a port of the same
|
|
compiler that is available on the Compaq Tru64 UNIX platform (and also on
|
|
OpenVMS Alpha). The compiler produces excellent optimized code for the
|
|
Alpha architecture, particularly for floating-point intensive applications.
|
|
|
|
See the on-line usage docs at
|
|
ftp://ftp.compaq.com/pub/products/C-CXX/linux/compaq_c_v62/docs/ccc/readme.htm
|
|
|
|
WWW: http://www.support.compaq.com/alpha-tools/software/index.html
|