From owner-cvs-all Tue Dec 12 13:33:51 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 13:33:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 2A93937B400; Tue, 12 Dec 2000 13:33:48 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_18979)/8.9.3) with ESMTP id IAA26522; Wed, 13 Dec 2000 08:33:46 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01JXNDXNUSG0EAFD9N@cim.alcatel.com.au>; Wed, 13 Dec 2000 08:33:36 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id eBCLXfo84629; Wed, 13 Dec 2000 08:33:41 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Wed, 13 Dec 2000 08:33:40 +1100 From: Peter Jeremy Subject: Re: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files errno_location.c ieee_fp_control.c In-reply-to: <20001208111714.A81342@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Fri, Dec 08, 2000 at 11:17:14AM -0800 To: "David O'Brien" Cc: cvs-all@FreeBSD.ORG Mail-followup-to: David O'Brien , cvs-all@FreeBSD.ORG Message-id: <20001213083340.W69646@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200012081327.eB8DRTZ44720@freefall.freebsd.org> <200012081614.JAA13280@harmony.village.org> <20001208111714.A81342@dragon.nuxi.com> Sender: jeremyp@gsmx07.alcatel.com.au Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-Dec-08 11:17:14 -0800, David O'Brien wrote: >On Fri, Dec 08, 2000 at 09:14:28AM -0700, Warner Losh wrote: >> : This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. ... >> Does it make the worldstone faster? > >It cannot compile the world, we have way too many GCC'isms. Apart from the Extended Asm (which is used fairly extensively), what GCC'isms are required? Most (all?) of the __attributes__ stuff should be hints only and should just disappear when __GNUC__ is not defined. For world-building, we use '-B', but that isn't relevant to Compaq-CC since the latter isn't built. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message