summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-02-20 22:32:21 +0000
committermm <mm@FreeBSD.org>2011-02-20 22:32:21 +0000
commitec126fb1922f9144cfe28bf3b40abe88305111aa (patch)
treefd519e06d749063b95426ffbb43066ff5966a982 /share/examples
parente970f1702816ccc2ae8ab04b4b194f0f24031c56 (diff)
downloadFreeBSD-src-ec126fb1922f9144cfe28bf3b40abe88305111aa.zip
FreeBSD-src-ec126fb1922f9144cfe28bf3b40abe88305111aa.tar.gz
Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.
- add "sse3" to MACHINE_CPU for the new cpu types - for i386, default to CPUTYPE=prescott for the new cpu types PR: gnu/154906 Discussed with: kib, kan, dim MFC after: 2 weeks
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index c232549..8363d93 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -30,8 +30,9 @@
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
# Intel x86 architecture:
-# (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4
-# athlon-tbird athlon k8 k6-3 k6-2 k6 k5
+# (AMD CPUs) opteron-sse3 opteron athlon64-sse3 athlon64 athlon-mp
+# athlon-xp athlon-4 athlon-tbird athlon k8-sse3 k8
+# k6-3 k6-2 k6 k5
# (Intel CPUs) core2 core nocona pentium4m pentium4 prescott
# pentium3m pentium3 pentium-m pentium2
# pentiumpro pentium-mmx pentium i486 i386
OpenPOWER on IntegriCloud