summaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-04-06 18:23:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-04-06 18:23:42 +0000
commitf850f4ac8631dabcc32cba5774c7a28faee86e15 (patch)
tree4f06e12d7e5a0383535fc7c477de83caac4274b3 /share/examples
parent3800e1c3956dbfe9a99e834a779e78834fa4687d (diff)
Notes
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e19103719da0..1d7ba37e5720 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -44,8 +44,9 @@
# if omitted), ultrasparc3
# Additionally the following CPU types are recognized by clang:
# Intel x86 architecture (for both amd64 and i386):
-# (AMD CPUs) bdver4, bdver3, bdver2, bdver1, btver2, btver1
-# (Intel CPUs) skylake, knl, broadwell, haswell, ivybridge,
+# (AMD CPUs) znver1, bdver4, bdver3, bdver2, bdver1, btver2, btver1
+# (Intel CPUs) cannonlake, knm, skylake-avx512, knl, goldmont,
+# skylake, broadwell, haswell, ivybridge,
# sandybridge, westmere, nehalem, silvermont, bonnell
#
# (?= allows to buildworld for a different CPUTYPE.)