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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/334e0125c329
branches:  trunk
changeset: 551583:334e0125c329
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Dec 18 00:57:12 2008 +0000

description:
Updated devel/cpuflags to 1.25

Add "Intel(R) Pentium(R) 4 CPU 2.80GHz" from Alaric Snell-Pym
Add "Intel(R) Celeron(TM) CPU                1400MHz" from Bernhard Riedel

diffstat:

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

diffs (33 lines):

diff -r 84e1c773b3b2 -r 334e0125c329 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Thu Dec 18 00:48:12 2008 +0000
+++ b/devel/cpuflags/Makefile   Thu Dec 18 00:57:12 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2008/12/10 23:27:17 abs Exp $
+# $NetBSD: Makefile,v 1.131 2008/12/18 00:57:12 abs Exp $
 
-DISTNAME=      cpuflags-1.24
+DISTNAME=      cpuflags-1.25
 CATEGORIES=    devel sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 84e1c773b3b2 -r 334e0125c329 devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Thu Dec 18 00:48:12 2008 +0000
+++ b/devel/cpuflags/files/subr_x86     Thu Dec 18 00:57:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.3 2008/12/10 23:27:17 abs Exp $
+# $NetBSD: subr_x86,v 1.4 2008/12/18 00:57:12 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
@@ -9,9 +9,11 @@
        "Genuine Intel(R) CPU           T2400"*) echo '-march=core2' ;;
        "Intel(R) Celeron(R) CPU        E1400"*) echo '-march=core2' ;;
        "Intel(R) Celeron(R) CPU 2.40GHz")      echo '-march=pentium4' ;;
+       "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) Pentium(R) 4 CPU 2.80GHz")    echo '-march=pentium4' ;;
        "Intel(R) Pentium(R) 4 CPU 3.00GHz")    echo '-march=prescott' ;;
        "Intel(R) Pentium(R) D CPU "*)          echo '-march=prescott' ;;
        "Intel(R) Xeon(R) CPU            3040"*) echo '-march=core2' ;;



Home | Main Index | Thread Index | Old Index