diff options
Diffstat (limited to 'devel/cpuflags/files')
-rw-r--r-- | devel/cpuflags/files/subr_x86 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cpuflags/files/subr_x86 b/devel/cpuflags/files/subr_x86 index b6fe733237a..24c6707babf 100644 --- a/devel/cpuflags/files/subr_x86 +++ b/devel/cpuflags/files/subr_x86 @@ -1,4 +1,4 @@ -# $NetBSD: subr_x86,v 1.10 2009/01/12 21:57:24 abs Exp $ +# $NetBSD: subr_x86,v 1.11 2009/02/02 17:09:46 abs Exp $ # Apparently the only way to reliably determine the architecture of a recent # Intel CPU is to use the cpu brand string - as they reused family and @@ -35,6 +35,7 @@ map_x86_brand_string() "Intel(R) Celeron(R) M processor "*) echo '-march=pentium-m' ;; "Intel(R) Celeron(TM) CPU 1400MHz") echo '-march=pentium3' ;; "Intel(R) Core(TM)2 "*) echo '-march=core2' ;; + "Intel(R) Core 2 "*) echo '-march=core2' ;; "Intel(R) Pentium(R) 4 CPU"*) if [ -n "$cpu_feature_SSE3" ] ; then echo '-march=prescott' |