diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-10 22:59:01 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-10 22:59:01 +0000 |
commit | c5672d151d7fc8f9000319a596994aaf93350d18 (patch) | |
tree | 1bc5335f756a8ea71d7a67235a801eee8adbaf98 | |
parent | 87d228f935523745270de204d854576c50686db7 (diff) |
Notes
-rw-r--r-- | share/examples/etc/make.conf | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 12ed0a447c3c..932aa49e9c98 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -30,27 +30,19 @@ # NO_CPU_CFLAGS variable below. # Currently the following CPU types are recognized: # Intel x86 architecture: -# (AMD CPUs) amdfam10, opteron-sse3, athlon64-sse3, k8-sse3, -# opteron, athlon64, athlon-fx, k8, athlon-mp, -# athlon-xp, athlon-4, athlon-tbird, athlon, k7, -# geode, k6-3, k6-2, k6 -# (Intel CPUs) core2, core, nocona, pentium4m, pentium4, prescott, -# pentium3m, pentium3, pentium-m, pentium2, -# pentiumpro, pentium-mmx, pentium, i486 -# (VIA CPUs) c7, c3-2, c3 -# AMD64 architecture: amdfam10, opteron-sse3, athlon64-sse3, k8-sse3, -# opteron, athlon64, k8, core2, nocona -# SPARC-V9 architecture: v9 (generic 64-bit V9), ultrasparc (default -# if omitted), ultrasparc3 -# Additionally the following CPU types are recognized by clang: -# Intel x86 architecture (for both amd64 and i386): # (AMD CPUs) znver2, znver1, bdver4, bdver3, bdver2, bdver1, -# btver2, btver1 +# btver2, btver1, amdfam10, opteron-sse3, athlon64-sse3, +# k8-sse3, opteron, athlon64, athlon-fx, k8, athlon-mp, +# athlon-xp, athlon-4, athlon-tbird, athlon, k7, geode, +# k6-3, k6-2, k6 # (Intel CPUs) cooperlake, cascadelake, tremont, goldmont-plus, # icelake-server, icelake-client, cannonlake, knm, # skylake-avx512, knl, goldmont, skylake, broadwell, # haswell, ivybridge, sandybridge, westmere, nehalem, -# silvermont, bonnell +# silvermont, bonnell, core2, core, nocona, pentium4m, +# pentium4, prescott, pentium3m, pentium3, pentium-m, +# pentium2, pentiumpro, pentium-mmx, pentium, i486 +# (VIA CPUs) c7, c3-2, c3 # ARM architecture: armv5, armv5te, armv6, armv6t2, arm1176jzf-s, armv7, # armv7-a, armv7ve, generic-armv7-a, cortex-a5, # cortex-a7, cortex-a8, cortex-a9, cortex-a12, |