From owner-cvs-src-old@FreeBSD.ORG Thu Dec 30 15:58:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A27106564A for ; Thu, 30 Dec 2010 15:58:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 329D88FC13 for ; Thu, 30 Dec 2010 15:58:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBUFwljK022988 for ; Thu, 30 Dec 2010 15:58:47 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBUFwlLl022987 for cvs-src-old@freebsd.org; Thu, 30 Dec 2010 15:58:47 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201012301558.oBUFwlLl022987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 30 Dec 2010 15:58:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc make.conf src/share/mk bsd.cpu.mk X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2010 15:58:47 -0000 marius 2010-12-30 15:58:23 UTC FreeBSD src repository Modified files: share/examples/etc make.conf share/mk bsd.cpu.mk Log: SVN rev 216820 on 2010-12-30 15:58:23Z by marius - Add CPUTYPE support for sparc64. The net result is that it's now possible to let the compiler optimize for the famility of UltraSPARC-III CPUs as the default already was to optimize for UltraSPARC-I/II and generating generic 64-bit V9 is mainly for reference purposes. At least for SPARC64-V CPUs code optimized for UltraSPARC-I/II still is the most performant one. Thanks go to Michael Moll for testing SPARC64-V. - Move a booke MACHINE_CPU bit into the right section. Revision Changes Path 1.283 +2 -0 src/share/examples/etc/make.conf 1.79 +28 -2 src/share/mk/bsd.cpu.mk