Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of

i686, sse2, and sse3.

MFC after:	1 week
This commit is contained in:
John Baldwin 2008-02-29 19:20:05 +00:00
parent 905829bfa9
commit 10250ddd27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176665

View file

@ -133,6 +133,8 @@ MACHINE_CPU = k5 i586 i486 i386
MACHINE_CPU = 3dnow mmx i586 i486 i386 MACHINE_CPU = 3dnow mmx i586 i486 i386
. elif ${CPUTYPE} == "c3-2" . elif ${CPUTYPE} == "c3-2"
MACHINE_CPU = sse mmx i586 i486 i386 MACHINE_CPU = sse mmx i586 i486 i386
. elif ${CPUTYPE} == "c7"
MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386
. elif ${CPUTYPE} == "prescott" . elif ${CPUTYPE} == "prescott"
MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386 MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386
. elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m" . elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m"