summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-06-13 18:31:09 +0000
committerjkim <jkim@FreeBSD.org>2013-06-13 18:31:09 +0000
commitc73ee1c0081020d0c8b11917576bb80bab6c2ae2 (patch)
tree526a782170b1621584f56163f2b042315be51e2d /share/examples
parent28dc3d75034cd66338edf65382aacc97cc922e81 (diff)
downloadFreeBSD-src-c73ee1c0081020d0c8b11917576bb80bab6c2ae2.zip
FreeBSD-src-c73ee1c0081020d0c8b11917576bb80bab6c2ae2.tar.gz
- Document GCC support for AMD Family 10h processors (amdfam10).
- Document Clang support for AMD Jaguar processors (btver2).
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index a703cc7..328e38a 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -30,10 +30,10 @@
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
# Intel x86 architecture:
-# (AMD CPUs) 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
+# (AMD CPUs) amdfam10 opteron-sse3, athlon64-sse3, k8-sse3,
+# opteron, athlon64, athlon-fx, k8, athlon-mp,
+# athlen-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
@@ -45,7 +45,7 @@
# if omitted), ultrasparc3
# Additionally the following CPU types are recognized by clang:
# Intel x86 architecture (for both amd64 and i386):
-# (AMD CPUs) bdver2, bdver1, btver1, amdfam10
+# (AMD CPUs) bdver2, bdver1, btver2, btver1
# (Intel CPUs) core-avx2, core-avx-i, corei7-avx, corei7, atom
#
# (?= allows to buildworld for a different CPUTYPE.)
OpenPOWER on IntegriCloud