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.23
details: https://anonhg.NetBSD.org/pkgsrc/rev/d601fbefdf2b
branches: trunk
changeset: 551147:d601fbefdf2b
user: abs <abs%pkgsrc.org@localhost>
date: Mon Dec 08 19:46:58 2008 +0000
description:
Updated devel/cpuflags to 1.23
Add:
'AMD Family 10h (686-class)' (-march=amdfam10)
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/subr_NetBSD | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 379621479240 -r d601fbefdf2b devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Mon Dec 08 17:40:42 2008 +0000
+++ b/devel/cpuflags/Makefile Mon Dec 08 19:46:58 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2008/12/08 17:40:14 abs Exp $
+# $NetBSD: Makefile,v 1.129 2008/12/08 19:46:58 abs Exp $
-DISTNAME= cpuflags-1.22
+DISTNAME= cpuflags-1.23
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 379621479240 -r d601fbefdf2b devel/cpuflags/files/subr_NetBSD
--- a/devel/cpuflags/files/subr_NetBSD Mon Dec 08 17:40:42 2008 +0000
+++ b/devel/cpuflags/files/subr_NetBSD Mon Dec 08 19:46:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_NetBSD,v 1.6 2008/12/08 17:40:14 abs Exp $
+# $NetBSD: subr_NetBSD,v 1.7 2008/12/08 19:46:59 abs Exp $
AWK=awk
SED=sed
@@ -97,6 +97,7 @@
'AMD Athlon 64 or Sempron (686-class)'*) ARCH='-march=athlon64' ;;
'AMD Athlon Model 4 (Thunderbird) '*) ARCH='-march=athlon-tbird' ;;
'AMD Dual-Core Opteron or Athlon 64 X2 '*) ARCH='-march=opteron' ;;
+ 'AMD Family 10h (686-class)'*) ARCH='-march=amdfam10' ;;
'Intel (686-class)'*) ARCH='-march=pentiumpro' ;;
'Intel Celeron (686-class)'*) ARCH='-march=pentiumpro' ;;
'Intel Core 2 (Merom) (686-class)'*) ARCH='-march=core2' ;;
Home |
Main Index |
Thread Index |
Old Index