pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags Recognise the "Intel Celeron (Mendocino...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e99928ba15e2
branches: trunk
changeset: 469107:e99928ba15e2
user: dan <dan%pkgsrc.org@localhost>
date: Fri Feb 20 00:37:46 2004 +0000
description:
Recognise the "Intel Celeron (Mendocino)", which is a p3 but without SSE
Bump version.
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/cpuflags.NetBSD | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 61ef5483f025 -r e99928ba15e2 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Thu Feb 19 23:30:45 2004 +0000
+++ b/devel/cpuflags/Makefile Fri Feb 20 00:37:46 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2004/02/13 21:08:33 abs Exp $
+# $NetBSD: Makefile,v 1.66 2004/02/20 00:37:46 dan Exp $
#
-DISTNAME= cpuflags-0.61
+DISTNAME= cpuflags-0.62
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 61ef5483f025 -r e99928ba15e2 devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD Thu Feb 19 23:30:45 2004 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD Fri Feb 20 00:37:46 2004 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.44 2003/12/04 10:13:26 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.45 2004/02/20 00:37:46 dan Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -63,6 +63,7 @@
*Intel\ Pentium\ II\ *) FLAGS='-march=pentium2' ;;
*Intel\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
*Intel\ Mobile\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
+ *Intel\ Celeron\ \(Mendocino\)\ *) FLAGS='-march=pentium3 -mno-sse' ;;
*Intel\ Pentium\ M\ *) FLAGS='-march=pentium3' ;;
*Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;;
*AMD\ K6-III*) FLAGS='-march=k6-3' ;;
Home |
Main Index |
Thread Index |
Old Index