summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-03-20 19:17:46 +0000
committerjkim <jkim@FreeBSD.org>2014-03-20 19:17:46 +0000
commiteefe75fc16b1560764938f318b5b2f25b057436d (patch)
tree1e74b1159650424810dae3db0f5be00c1f91d1a4 /share/examples
parent06890fa7f285d19a6664b9bed7073e606a9adf14 (diff)
downloadFreeBSD-src-eefe75fc16b1560764938f318b5b2f25b057436d.zip
FreeBSD-src-eefe75fc16b1560764938f318b5b2f25b057436d.tar.gz
Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) and
Intel Silvermont (slm) processors.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index fccf98d..6774deb 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -45,8 +45,8 @@
# if omitted), ultrasparc3
# Additionally the following CPU types are recognized by clang:
# Intel x86 architecture (for both amd64 and i386):
-# (AMD CPUs) bdver2, bdver1, btver2, btver1
-# (Intel CPUs) core-avx2, core-avx-i, corei7-avx, corei7, atom
+# (AMD CPUs) bdver3, bdver2, bdver1, btver2, btver1
+# (Intel CPUs) slm, core-avx2, core-avx-i, corei7-avx, corei7, atom
#
# (?= allows to buildworld for a different CPUTYPE.)
#
OpenPOWER on IntegriCloud