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.27
details: https://anonhg.NetBSD.org/pkgsrc/rev/3af26007e27e
branches: trunk
changeset: 551803:3af26007e27e
user: abs <abs%pkgsrc.org@localhost>
date: Sat Dec 20 09:56:46 2008 +0000
description:
Updated devel/cpuflags to 1.27
Add entry for AMD K6-2+/III+ ("AMD-K6(tm)-III Processor")
- from Ulf Bartelt PR 37850
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/subr_x86 | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r fdd4193c6a63 -r 3af26007e27e devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Sat Dec 20 09:51:33 2008 +0000
+++ b/devel/cpuflags/Makefile Sat Dec 20 09:56:46 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.132 2008/12/18 01:01:33 abs Exp $
+# $NetBSD: Makefile,v 1.133 2008/12/20 09:56:46 abs Exp $
-DISTNAME= cpuflags-1.26
+DISTNAME= cpuflags-1.27
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r fdd4193c6a63 -r 3af26007e27e devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86 Sat Dec 20 09:51:33 2008 +0000
+++ b/devel/cpuflags/files/subr_x86 Sat Dec 20 09:56:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.4 2008/12/18 00:57:12 abs Exp $
+# $NetBSD: subr_x86,v 1.5 2008/12/20 09:56:46 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
@@ -6,6 +6,7 @@
map_x86_brand_string()
{
case "$1" in
+ "AMD-K6(tm)-III Processor"*) echo '-march=k6-3' ;;
"Genuine Intel(R) CPU T2400"*) echo '-march=core2' ;;
"Intel(R) Celeron(R) CPU E1400"*) echo '-march=core2' ;;
"Intel(R) Celeron(R) CPU 2.40GHz") echo '-march=pentium4' ;;
Home |
Main Index |
Thread Index |
Old Index