From 16332b280e035fde4571ffe7fa76a79ddf4a6235 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 28 Mar 2014 20:12:30 +0000 Subject: MFC: r263435 Add new CPUTYPEs supported by Clang 3.4. --- share/examples/etc/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/examples') 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.) # -- cgit v1.1