Date: Tue, 30 Jul 2002 13:39:57 +0200 From: Bernd Walter <ticso@cicely5.cicely.de> To: Peter Wemm <peter@wemm.org> Cc: "David O'Brien" <obrien@FreeBSD.org>, Dag-Erling Smorgrav <des@ofug.org>, 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> In-Reply-To: <20020730094336.C6BCA2A7D6@canning.wemm.org> References: <20020729030007.GB86944@dragon.nuxi.com> <20020730094336.C6BCA2A7D6@canning.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020730113956.GR26187>