From owner-cvs-all Tue Jul 30 4:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3737B40F; Tue, 30 Jul 2002 04:40:09 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9791843E4A; Tue, 30 Jul 2002 04:40:07 -0700 (PDT) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g6UBe20i085603 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 30 Jul 2002 13:40:05 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g6UBe1FJ083887 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 30 Jul 2002 13:40:01 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g6UBdvPq083883; Tue, 30 Jul 2002 13:39:57 +0200 (CEST)?g (envelope-from ticso) Date: Tue, 30 Jul 2002 13:39:57 +0200 From: Bernd Walter To: Peter Wemm Cc: "David O'Brien" , Dag-Erling Smorgrav , ticso@cicely.de, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020730113956.GR26187@cicely5.cicely.de> Reply-To: ticso@cicely.de References: <20020729030007.GB86944@dragon.nuxi.com> <20020730094336.C6BCA2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020730094336.C6BCA2A7D6@canning.wemm.org> X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jul 30, 2002 at 02:43:36AM -0700, Peter Wemm wrote: > "David O'Brien" wrote: > > On Sun, Jul 28, 2002 at 11:29:07PM +0200, Dag-Erling Smorgrav wrote: > > > Is that really the most common CPU amongst our Alpha users? I get the > > > impression a lot of people are running PWSes, > > > which are ev56 machines unless I'm mistaken. > > > > Miata, PC164, 164LX, and pc164sx are probably the most popular. All > > these are ev56 (well, actually the pc164sx is even above that as it adds > > multimedia instructions). > > And, just for fun, if you set the cputype to pca56 (ev56 + multimedia), > gcc-2.95 actually generated a multimedia instruction (uipc_socket2.c from > memory) that caused gas to abort (since we had a hard-coded override on the > gas command line). Excactly what I wrote: bsd.kern.mk:CFLAGS+= -mno-fp-regs -ffixed-8 -Wa,-mev56 This is to build GENERIC kernel with CPUTYPE=ev4 but still have the ability to use bwx assembly for specific platform support. But that was not what this commit was about. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message