summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-10-17 05:36:20 +0000
committerobrien <obrien@FreeBSD.org>2004-10-17 05:36:20 +0000
commitb8173ab1f95db0ef76f5c2e1bb37cedd4d53dfd3 (patch)
treeda6d2fea4e052f2eabb467cb8f39739d81117253 /share/examples
parentdb19430bea162d05eb747d3275d909942e911569 (diff)
downloadFreeBSD-src-b8173ab1f95db0ef76f5c2e1bb37cedd4d53dfd3.zip
FreeBSD-src-b8173ab1f95db0ef76f5c2e1bb37cedd4d53dfd3.tar.gz
Catch up with share/mk/bsd.cpu.mk revision 1.43.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 536c1ec..2f5c780 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -30,15 +30,17 @@
# 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 k6-3 k6-2 k6 k5
+# (Intel CPUs) pentium4[m] pentium3[m] pentium2 penitumpro pentium-mmx
+# pentium i486 i386
# Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4
+# AMD64 architecture: opteron, athlon64, nocona
# Intel ia64 architecture: itanium
#
# (?= allows to buildworld for a different CPUTYPE.)
#
-#CPUTYPE?=i686
+#CPUTYPE?=pentium3
#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically
#
OpenPOWER on IntegriCloud