From aa5a8ce5f29eaca61906a4f8503ed3c76ccb5544 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 30 Dec 2010 15:58:23 +0000 Subject: - 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. --- share/examples/etc/make.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/examples/etc/make.conf') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 93fcabf..b21bc1d 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -38,6 +38,8 @@ # (Via CPUs) c3 c3-2 # AMD64 architecture: opteron, athlon64, nocona, prescott, core2 # Intel ia64 architecture: itanium2, itanium +# SPARC-V9 architecture: v9 (generic 64-bit V9), ultrasparc (default +# if omitted), ultrasparc3 # # (?= allows to buildworld for a different CPUTYPE.) # -- cgit v1.1