aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/examples/etc/make.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 4c49d3ec5451..01df3400aab7 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -30,11 +30,13 @@
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
# Intel x86 architecture:
-# (AMD CPUs) athlon-mp athlon-xp athlon-4 athlon-tbird athlon k6-3
-# k6-2 k6 k5
-# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
+# (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4
+# athlon-tbird athlon k8 k6-3 k6-2 k6 k5 nocona
+# (Intel CPUs) pentium4[m] prescott pentium3[m] pentium2 penitumpro
+# pentium-mmx pentium i486 i386
# Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4
-# Intel ia64 architecture: itanium
+# AMD64 architecture: opteron, athlon64, nocona
+# Intel ia64 architecture: itanium2, itanium
#
# (?= allows to buildworld for a different CPUTYPE.)
#
@@ -55,7 +57,7 @@
# to add to CXXFLAGS value, "+=" must be used rather than "=". Using "="
# alone will remove the often needed contents of CFLAGS from CXXFLAGS.
#
-#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
+#CXXFLAGS+= -fconserve-space
#
# MAKE_SHELL controls the shell used internally by make(1) to process the
# command scripts in makefiles. Three shells are supported, sh, ksh, and