summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-07 14:58:23 +0000
committermm <mm@FreeBSD.org>2011-03-07 14:58:23 +0000
commit9747d7db5f1844386de5721948c75ab52174a270 (patch)
treedb802cc30b1f35ba34c6e1b606e29836430b719b /share/mk
parent6be340ca746d2a579e71248a98a638f162bc2a02 (diff)
downloadFreeBSD-src-9747d7db5f1844386de5721948c75ab52174a270.zip
FreeBSD-src-9747d7db5f1844386de5721948c75ab52174a270.tar.gz
Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf
For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after: 2 weeks
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.cpu.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index e48ae08..a22cc06 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -59,7 +59,7 @@ CPUTYPE = athlon-mp
CPUTYPE = athlon
. endif
. elif ${MACHINE_CPUARCH} == "amd64"
-. if ${CPUTYPE} == "prescott" || ${CPUTYPE} == "core2"
+. if ${CPUTYPE} == "prescott"
CPUTYPE = nocona
. endif
. elif ${MACHINE_ARCH} == "sparc64"
@@ -170,7 +170,7 @@ MACHINE_CPU = athlon-xp athlon k7 3dnow sse2 sse mmx k6 k5 i586 i486 i386
MACHINE_CPU = athlon-xp athlon k7 3dnow sse mmx k6 k5 i586 i486 i386
. elif ${CPUTYPE} == "athlon" || ${CPUTYPE} == "athlon-tbird"
MACHINE_CPU = athlon k7 3dnow mmx k6 k5 i586 i486 i386
-. elif ${CPUTYPE} == "k6-3" || ${CPUTYPE} == "k6-2"
+. elif ${CPUTYPE} == "k6-3" || ${CPUTYPE} == "k6-2" || ${CPUTYPE} == "geode"
MACHINE_CPU = 3dnow mmx k6 k5 i586 i486 i386
. elif ${CPUTYPE} == "k6"
MACHINE_CPU = mmx k6 k5 i586 i486 i386
@@ -206,7 +206,7 @@ MACHINE_CPU = i386
MACHINE_CPU = k8 3dnow sse3
. elif ${CPUTYPE} == "opteron" || ${CPUTYPE} == "athlon64" || ${CPUTYPE} == "k8"
MACHINE_CPU = k8 3dnow
-. elif ${CPUTYPE} == "nocona"
+. elif ${CPUTYPE} == "nocona" || ${CPUTYPE} == "core2"
MACHINE_CPU = sse3
. endif
MACHINE_CPU += amd64 sse2 sse mmx
OpenPOWER on IntegriCloud