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.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94522d59b8b8
branches:  trunk
changeset: 553884:94522d59b8b8
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Feb 02 17:09:46 2009 +0000

description:
Updated devel/cpuflags to 1.38

Handle Intel Core 2 (Merom) - from Steffen Beyer

diffstat:

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

diffs (29 lines):

diff -r 94fe1d882013 -r 94522d59b8b8 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Mon Feb 02 13:29:06 2009 +0000
+++ b/devel/cpuflags/Makefile   Mon Feb 02 17:09:46 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.143 2009/01/28 23:30:50 abs Exp $
+# $NetBSD: Makefile,v 1.144 2009/02/02 17:09:46 abs Exp $
 
-DISTNAME=      cpuflags-1.37
+DISTNAME=      cpuflags-1.38
 CATEGORIES=    devel sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 94fe1d882013 -r 94522d59b8b8 devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Mon Feb 02 13:29:06 2009 +0000
+++ b/devel/cpuflags/files/subr_x86     Mon Feb 02 17:09:46 2009 +0000
@@ -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 @@
        "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'



Home | Main Index | Thread Index | Old Index