diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-03 23:11:08 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-03 23:11:08 +0000 |
commit | 9ef029b04587dfda9be956e5ce8dd09ddf7956db (patch) | |
tree | 1be7054bcfdb9dcd378dbc3e917353a2a8f6b49a /share/examples/etc/make.conf | |
parent | 72dbc3aca8be1d32c75cf609e1625e29a1df3c18 (diff) |
Notes
Diffstat (limited to 'share/examples/etc/make.conf')
-rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0561031003944..170389e37fa3c 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -45,7 +45,8 @@ # Additionally the following CPU types are recognized by clang: # Intel x86 architecture (for both amd64 and i386): # (AMD CPUs) znver1, bdver4, bdver3, bdver2, bdver1, btver2, btver1 -# (Intel CPUs) skylake, knl, broadwell, haswell, ivybridge, +# (Intel CPUs) cannonlake, knm, skylake-avx512, knl, goldmont, +# skylake, broadwell, haswell, ivybridge, # sandybridge, westmere, nehalem, silvermont, bonnell # # (?= allows to buildworld for a different CPUTYPE.) |