pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags Pentium-M should be scheduled as pentiu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4286d69fa6e
branches: trunk
changeset: 512880:b4286d69fa6e
user: dogcow <dogcow%pkgsrc.org@localhost>
date: Tue May 16 16:43:10 2006 +0000
description:
Pentium-M should be scheduled as pentium-m, not pentium4m.
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/cpuflags.NetBSD | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 33e78c66b928 -r b4286d69fa6e devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Tue May 16 16:38:46 2006 +0000
+++ b/devel/cpuflags/Makefile Tue May 16 16:43:10 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2006/02/09 13:45:04 abs Exp $
+# $NetBSD: Makefile,v 1.102 2006/05/16 16:43:10 dogcow Exp $
#
-DISTNAME= cpuflags-0.98
+DISTNAME= cpuflags-0.99
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 33e78c66b928 -r b4286d69fa6e devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD Tue May 16 16:38:46 2006 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD Tue May 16 16:43:10 2006 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.63 2006/02/04 15:08:33 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.64 2006/05/16 16:43:10 dogcow Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
AWK=awk
@@ -69,8 +69,8 @@
*Intel\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
*Intel\ Mobile\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
*Intel\ Celeron\ \(Mendocino\)\ *) FLAGS='-march=pentium3 -mno-sse' ;;
- *Intel\ Pentium\ M\ \(\Dothan\)\ *) FLAGS='-march=pentium4m' ;;
- *Intel\ Pentium\ M\ *) FLAGS='-march=pentium3m' ;;
+ *Intel\ Pentium\ M\ \(\Dothan\)\ *) FLAGS='-march=pentium-m' ;;
+ *Intel\ Pentium\ M\ *) FLAGS='-march=pentium-m' ;;
*Intel\ Mobile\ Pentium\ 4\ *) FLAGS='-march=pentium4m' ;;
*Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;;
*VIA\ C3*\ *) FLAGS='-march=c3' ;;
Home |
Main Index |
Thread Index |
Old Index