From owner-cvs-all Fri Dec 8 2:30:27 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 02:30:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 795F437B400; Fri, 8 Dec 2000 02:30:24 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8AUOs13245; Fri, 8 Dec 2000 02:30:24 -0800 (PST) (envelope-from obrien) Message-Id: <200012081030.eB8AUOs13245@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 8 Dec 2000 02:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/compaq-cc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/08 02:30:24 PST Modified files: lang Makefile Added files: lang/compaq-cc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 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 Revision Changes Path 1.200 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message