summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs>2009-01-12 21:57:24 +0000
committerabs <abs>2009-01-12 21:57:24 +0000
commit27c47ac624742d9782c88ceaee28ffab9fc8ccbb (patch)
tree54107a2997798d62a084276334024f238f5f4102 /devel/cpuflags
parent7a51d9eb61b6d8dcd08cbd0e9476b94e54cc77db (diff)
downloadpkgsrc-27c47ac624742d9782c88ceaee28ffab9fc8ccbb.tar.gz
Updated devel/cpuflags to 1.33
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder card' entry.
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/subr_x866
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 46ae3f4b355..de408becc52 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2009/01/09 12:54:15 abs Exp $
+# $NetBSD: Makefile,v 1.139 2009/01/12 21:57:24 abs Exp $
-DISTNAME= cpuflags-1.32
+DISTNAME= cpuflags-1.33
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/subr_x86 b/devel/cpuflags/files/subr_x86
index 2690772b4ab..b6fe733237a 100644
--- a/devel/cpuflags/files/subr_x86
+++ b/devel/cpuflags/files/subr_x86
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.9 2009/01/09 12:54:15 abs Exp $
+# $NetBSD: subr_x86,v 1.10 2009/01/12 21:57:24 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
@@ -34,9 +34,7 @@ map_x86_brand_string()
"Intel(R) Celeron(R) CPU 2.40GHz") echo '-march=pentium4' ;;
"Intel(R) Celeron(R) M processor "*) echo '-march=pentium-m' ;;
"Intel(R) Celeron(TM) CPU 1400MHz") echo '-march=pentium3' ;;
- "Intel(R) Core(TM)2 CPU "*) echo '-march=core2' ;;
- "Intel(R) Core(TM)2 Duo CPU "*) echo '-march=core2' ;;
- "Intel(R) Core(TM)2 Quad CPU"*) echo '-march=core2' ;;
+ "Intel(R) Core(TM)2 "*) echo '-march=core2' ;;
"Intel(R) Pentium(R) 4 CPU"*)
if [ -n "$cpu_feature_SSE3" ] ; then
echo '-march=prescott'