pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags Update cpuflags to 0.96:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b470f2e248da
branches: trunk
changeset: 502555:b470f2e248da
user: abs <abs%pkgsrc.org@localhost>
date: Sun Nov 06 15:31:20 2005 +0000
description:
Update cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/Makefile | 4 ++--
devel/cpuflags/files/cpuflags.Linux | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r 7fdfbcf4d7aa -r b470f2e248da devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Sun Nov 06 14:52:43 2005 +0000
+++ b/devel/cpuflags/Makefile Sun Nov 06 15:31:20 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2005/10/23 18:47:24 minskim Exp $
+# $NetBSD: Makefile,v 1.99 2005/11/06 15:31:20 abs Exp $
#
-DISTNAME= cpuflags-0.95
+DISTNAME= cpuflags-0.96
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 7fdfbcf4d7aa -r b470f2e248da devel/cpuflags/files/Makefile
--- a/devel/cpuflags/files/Makefile Sun Nov 06 14:52:43 2005 +0000
+++ b/devel/cpuflags/files/Makefile Sun Nov 06 15:31:20 2005 +0000
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.4 2005/10/23 14:03:39 rillig Exp $
+# $Id: Makefile,v 1.5 2005/11/06 15:31:20 abs Exp $
-VERSION=0.89
+VERSION=0.96
PREFIX?=/usr/local
OPSYS?=`uname`
diff -r 7fdfbcf4d7aa -r b470f2e248da devel/cpuflags/files/cpuflags.Linux
--- a/devel/cpuflags/files/cpuflags.Linux Sun Nov 06 14:52:43 2005 +0000
+++ b/devel/cpuflags/files/cpuflags.Linux Sun Nov 06 15:31:20 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.Linux,v 1.18 2005/07/22 12:13:12 abs Exp $
+# $NetBSD: cpuflags.Linux,v 1.19 2005/11/06 15:31:20 abs Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
AWK=awk
@@ -39,6 +39,7 @@
"Mobile Intel(R) Pentium(R) 4 - M "*) FLAGS='-march=pentium4m' ;;
"Pentium III (Coppermine)") FLAGS='-march=pentium3' ;;
"Pentium III (Katmai)") FLAGS='-march=pentium3' ;;
+ "AMD Athlon(tm) 64"*) FLAGS='-march=athlon-xp' ;;
"Intel(R) Celeron(R) CPU "* | "Intel(R) Xeon(TM) CPU "*)
case "$hw_flags" in
*" sse2 "*)
Home |
Main Index |
Thread Index |
Old Index