summaryrefslogtreecommitdiffstats
path: root/share/examples/etc/make.conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-12-30 15:58:23 +0000
committermarius <marius@FreeBSD.org>2010-12-30 15:58:23 +0000
commitaa5a8ce5f29eaca61906a4f8503ed3c76ccb5544 (patch)
tree280da172c58c7c97f7f803e2be6a3dce0e641d64 /share/examples/etc/make.conf
parentfb3385d473efacdd624c80f1c69ffec96ee2cad9 (diff)
downloadFreeBSD-src-aa5a8ce5f29eaca61906a4f8503ed3c76ccb5544.zip
FreeBSD-src-aa5a8ce5f29eaca61906a4f8503ed3c76ccb5544.tar.gz
- 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.
Diffstat (limited to 'share/examples/etc/make.conf')
-rw-r--r--share/examples/etc/make.conf2
1 files changed, 2 insertions, 0 deletions
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.)
#
OpenPOWER on IntegriCloud