From owner-cvs-all Tue Feb 27 3:21:55 2001 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 3F27737B71C; Tue, 27 Feb 2001 03:21:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RBLmP48711; Tue, 27 Feb 2001 03:21:48 -0800 (PST) (envelope-from kris) Message-Id: <200102271121.f1RBLmP48711@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 27 Feb 2001 03:21:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/share/mk bsd.cpu.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/02/27 03:21:47 PST Modified files: etc/defaults make.conf share/mk bsd.cpu.mk Log: Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX), and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and '3dnow' MACHINE_CPU tags as appropriate. In the near future this will be used to control various ports which have MMX/3dNow optimizations, instead of the ad-hoc methods currently used. Reviewed by: peter Revision Changes Path 1.147 +4 -2 src/etc/defaults/make.conf 1.2 +22 -2 src/share/mk/bsd.cpu.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message