From owner-cvs-all@FreeBSD.ORG Thu Dec 8 06:24:02 2005 Return-Path: X-Original-To: cvs-all@freebsd.org 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 86CC016A41F; Thu, 8 Dec 2005 06:24:02 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CA043D6A; Thu, 8 Dec 2005 06:23:48 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jB86Nexq022726; Thu, 8 Dec 2005 08:23:40 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 20545-02; Thu, 8 Dec 2005 08:23:39 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jB86J5SG022637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Dec 2005 08:19:05 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jB86JAjM032609; Thu, 8 Dec 2005 08:19:10 +0200 (EET) (envelope-from ru) Date: Thu, 8 Dec 2005 08:19:10 +0200 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20051208061910.GE51156@ip.net.ua> References: <200512061347.jB6DlNkL032830@repoman.freebsd.org> <20051206190507.GA75450@freebie.xs4all.nl> <20051207232309.GA29551@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wLAMOaPNJ0fu1fTG" Content-Disposition: inline In-Reply-To: <20051207232309.GA29551@dragon.NUXI.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/mk bsd.cpu.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 06:24:02 -0000 --wLAMOaPNJ0fu1fTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 07, 2005 at 03:23:09PM -0800, David O'Brien wrote: > On Tue, Dec 06, 2005 at 08:05:07PM +0100, Wilko Bulte wrote: > > On Tue, Dec 06, 2005 at 01:47:23PM +0000, Ruslan Ermilov wrote.. > > > ru 2005-12-06 13:47:23 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > share/mk bsd.cpu.mk=20 > > > Log: > > > Add a MACHINE_CPU entry for "ev67". > >=20 > > /me has eyed the ev7 at work already. :-) >=20 > Actually GCC supports ev67: > `ev67' > `21264a' > Schedules as an EV6 and supports the BWX, CIX, FIX, and MAX > extensions. >=20 > Can you rework the commit so that ev67 gets passed thru vs. aliasing it > to ev6? >=20 It does, what do you mean? # env MACHINE_ARCH=3Dalpha MACHINE=3Dalpha CPUTYPE=3Dev6 make -f /dev/null = -V CFLAGS -O2 -fno-strict-aliasing -pipe -mcpu=3Dev6 -mieee # env MACHINE_ARCH=3Dalpha MACHINE=3Dalpha CPUTYPE=3Dev67 make -f /dev/null= -V CFLAGS -O2 -fno-strict-aliasing -pipe -mcpu=3Dev67 -mieee Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --wLAMOaPNJ0fu1fTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDl9BdqRfpzJluFF4RAsY/AJ45EZN4RXTmVtwssm1JsT7VbtnbUgCfXFRi tg79W9Op6mNziRQSHatYMxM= =Wo9n -----END PGP SIGNATURE----- --wLAMOaPNJ0fu1fTG--