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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec3c5272a7ee
branches:  trunk
changeset: 556697:ec3c5272a7ee
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Mar 30 21:02:25 2009 +0000

description:
Updated devel/cpuflags to 1.41

Treat all Atoms as '-march=core2 -mtune=pentium'

diffstat:

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

diffs (30 lines):

diff -r af03e21a3b31 -r ec3c5272a7ee devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Mon Mar 30 19:26:39 2009 +0000
+++ b/devel/cpuflags/Makefile   Mon Mar 30 21:02:25 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2009/03/12 23:57:28 abs Exp $
+# $NetBSD: Makefile,v 1.147 2009/03/30 21:02:25 abs Exp $
 
-DISTNAME=      cpuflags-1.40
+DISTNAME=      cpuflags-1.41
 CATEGORIES=    devel sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r af03e21a3b31 -r ec3c5272a7ee devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Mon Mar 30 19:26:39 2009 +0000
+++ b/devel/cpuflags/files/subr_x86     Mon Mar 30 21:02:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.12 2009/03/04 00:32:44 abs Exp $
+# $NetBSD: subr_x86,v 1.13 2009/03/30 21:02:25 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
@@ -30,7 +30,7 @@
 
        "Genuine Intel(R) CPU           T2400"*) echo '-march=core2' ;;
        "Genuine Intel(R) CPU           T2500"*) echo '-march=core2' ;;
-       "Intel(R) Atom(TM) CPU N270 "*)         echo '-march=prescott' ;;#So far
+       "Intel(R) Atom(TM) CPU "*)              echo '-march=core2 -mtune=pentium' ;;#So far
        "Intel(R) Celeron(R) CPU        E1400"*) echo '-march=core2' ;;
        "Intel(R) Celeron(R) CPU 2.40GHz")      echo '-march=pentium4' ;;
        "Intel(R) Celeron(R) M processor "*)    echo '-march=pentium-m' ;;



Home | Main Index | Thread Index | Old Index