aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-27 11:21:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-27 11:21:47 +0000
commit181b6941c742ba68db7f933cbe1fb4e842f99c22 (patch)
tree0574edcc153274a6859628cccbabe36d1ffa40f3 /etc/defaults/make.conf
parent79f0014dd5ac3c3f8898ff3ca23ef0238179806e (diff)
downloadsrc-181b6941c742ba68db7f933cbe1fb4e842f99c22.tar.gz
src-181b6941c742ba68db7f933cbe1fb4e842f99c22.zip
Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX),
and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and '3dnow' MACHINE_CPU tags as appropriate. In the near future this will be used to control various ports which have MMX/3dNow optimizations, instead of the ad-hoc methods currently used. Reviewed by: peter
Notes
Notes: svn path=/head/; revision=73145
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 8f4ba6f0c612..b5b6e2e16a26 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -21,7 +21,9 @@
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognised:
-# Intel x86 architecture: k7 k6 k5 i686 i586 i486 i386
+# Intel x86 architecture:
+# (AMD CPUs) k7 k6-2 k6 k5
+# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
# Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
# Intel ia64 architecture: itanium
#