summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-03-28 20:12:30 +0000
committerjkim <jkim@FreeBSD.org>2014-03-28 20:12:30 +0000
commit16332b280e035fde4571ffe7fa76a79ddf4a6235 (patch)
tree742e6112f3e6beaee65e98bb1f3d5963e18f86a1 /share/examples
parent340d7c934c82e33ea87de998ec1e55d1f170c555 (diff)
downloadFreeBSD-src-16332b280e035fde4571ffe7fa76a79ddf4a6235.zip
FreeBSD-src-16332b280e035fde4571ffe7fa76a79ddf4a6235.tar.gz
MFC: r263435
Add new CPUTYPEs supported by Clang 3.4.
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 19be713..c93a0dc 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