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.29 (leaf pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e4002d960f3
branches:  trunk
changeset: 552023:2e4002d960f3
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Dec 23 09:48:38 2008 +0000

description:
Updated devel/cpuflags to 1.29 (leaf package)

Add:
 "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Łukasz

diffstat:

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

diffs (29 lines):

diff -r b89174975c0b -r 2e4002d960f3 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Tue Dec 23 08:58:01 2008 +0000
+++ b/devel/cpuflags/Makefile   Tue Dec 23 09:48:38 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2008/12/21 15:49:27 abs Exp $
+# $NetBSD: Makefile,v 1.135 2008/12/23 09:48:38 abs Exp $
 
-DISTNAME=      cpuflags-1.28
+DISTNAME=      cpuflags-1.29
 CATEGORIES=    devel sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r b89174975c0b -r 2e4002d960f3 devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Tue Dec 23 08:58:01 2008 +0000
+++ b/devel/cpuflags/files/subr_x86     Tue Dec 23 09:48:38 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.6 2008/12/21 15:49:27 abs Exp $
+# $NetBSD: subr_x86,v 1.7 2008/12/23 09:48:38 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
@@ -25,6 +25,7 @@
        "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.00GHz")    echo '-march=pentium4' ;;
        "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) 4 CPU 3.20GHz")    echo '-march=prescott' ;;


Home | Main Index | Thread Index | Old Index