summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.cpu.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index 5ce8750..c013668 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -28,10 +28,18 @@ MACHINE_CPU = arm
# between e.g. i586 and pentium)
. if ${MACHINE_ARCH} == "i386"
-. if ${CPUTYPE} == "pentiumpro"
+. if ${CPUTYPE} == "pentium4"
+CPUTYPE = p4
+. elif ${CPUTYPE} == "pentium3"
+CPUTYPE = p3
+. elif ${CPUTYPE} == "pentiumpro"
CPUTYPE = i686
. elif ${CPUTYPE} == "pentium"
CPUTYPE = i586
+. elif ${CPUTYPE} == "opteron"
+CPUTYPE = athlon-mp
+. elif ${CPUTYPE} == "athlon64"
+CPUTYPE = athlon-xp
. elif ${CPUTYPE} == "k7"
CPUTYPE = athlon
. endif
OpenPOWER on IntegriCloud