pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpuflags Updated devel/cpuflags to 1.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d16299b9d024
branches:  trunk
changeset: 552990:d16299b9d024
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jan 12 21:57:24 2009 +0000

description:
Updated devel/cpuflags to 1.33

Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder
card' entry.

diffstat:

 devel/cpuflags/Makefile       |  4 ++--
 devel/cpuflags/files/subr_x86 |  6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 99aae0f99250 -r d16299b9d024 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Mon Jan 12 21:50:53 2009 +0000
+++ b/devel/cpuflags/Makefile   Mon Jan 12 21:57:24 2009 +0000
@@ -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 -r 99aae0f99250 -r d16299b9d024 devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Mon Jan 12 21:50:53 2009 +0000
+++ b/devel/cpuflags/files/subr_x86     Mon Jan 12 21:57:24 2009 +0000
@@ -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 @@
        "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'



Home | Main Index | Thread Index | Old Index