From ba0505dbb9677a700097ddf3a828d1e25343084a Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 23 Oct 2005 18:47:24 +0000 Subject: Update cpuflags to 0.95. Approved by the maintainer. Change: - Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email. --- devel/cpuflags/Makefile | 4 ++-- devel/cpuflags/files/cpuflags.NetBSD | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 1c009b1a423..97bd081a0d9 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2005/09/27 16:38:11 abs Exp $ +# $NetBSD: Makefile,v 1.98 2005/10/23 18:47:24 minskim Exp $ # -DISTNAME= cpuflags-0.94 +DISTNAME= cpuflags-0.95 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD index d267b0caa19..de18365a007 100755 --- a/devel/cpuflags/files/cpuflags.NetBSD +++ b/devel/cpuflags/files/cpuflags.NetBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: cpuflags.NetBSD,v 1.61 2005/07/22 12:13:12 abs Exp $ +# $NetBSD: cpuflags.NetBSD,v 1.62 2005/10/23 18:47:24 minskim Exp $ PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH AWK=awk @@ -69,6 +69,7 @@ case $hw_machine_arch in *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\ Mobile\ Pentium\ 4\ *) FLAGS='-march=pentium4m' ;; *Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;; -- cgit v1.2.3