summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-02-27 11:21:47 +0000
committerkris <kris@FreeBSD.org>2001-02-27 11:21:47 +0000
commit23b79b16b0511e36948f04e5ae3140a9286d4256 (patch)
tree1359b805e08d2d08fb823c3d040789a96b0ea578 /etc
parent97a68a0cd38a47db65ec7c4118c5bd4ba6931aff (diff)
downloadFreeBSD-src-23b79b16b0511e36948f04e5ae3140a9286d4256.zip
FreeBSD-src-23b79b16b0511e36948f04e5ae3140a9286d4256.tar.gz
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
Diffstat (limited to 'etc')
-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 8f4ba6f..b5b6e2e 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
#
OpenPOWER on IntegriCloud