Author: jkim
Date: Tue Mar 10 22:59:01 2020
New Revision: 358861
URL: https://svnweb.freebsd.org/changeset/base/358861

Log:
  - Remove CPUTYPE examples for sparc64.  It is not supported since r358345.
  - Clean up CPUTYPE examples for x86.  GCC 4.2.1 was removed by r358454.

Modified:
  head/share/examples/etc/make.conf

Modified: head/share/examples/etc/make.conf
==============================================================================
--- head/share/examples/etc/make.conf   Tue Mar 10 21:49:56 2020        
(r358860)
+++ head/share/examples/etc/make.conf   Tue Mar 10 22:59:01 2020        
(r358861)
@@ -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,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to