From 6775e366aa5c282000b90ccab2c38b8b8bbea967 Mon Sep 17 00:00:00 2001 From: jkim Date: Tue, 17 Mar 2015 05:48:45 +0000 Subject: Catch up with Clang 3.6.0. --- share/examples/etc/make.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/examples/etc') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index ca0ea36..613eb02 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) bdver3, bdver2, bdver1, btver2, btver1 -# (Intel CPUs) slm, core-avx2, core-avx-i, corei7-avx, corei7, atom +# (AMD CPUs) bdver4, bdver3, bdver2, bdver1, btver2, btver1 +# (Intel CPUs) skylake, knl, broadwell, haswell, ivybridge, +# sandybridge, westmere, nehalem, silvermont, bonnell # # (?= allows to buildworld for a different CPUTYPE.) # -- cgit v1.1