summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-23 18:47:24 +0000
committerminskim <minskim>2005-10-23 18:47:24 +0000
commitba0505dbb9677a700097ddf3a828d1e25343084a (patch)
tree0931e8a81d4cb3f0ff8c34343f2d2673ab19daca /devel
parent7fa05ae20a8152cf1d583e9ed7e184387fb9ce2c (diff)
downloadpkgsrc-ba0505dbb9677a700097ddf3a828d1e25343084a.tar.gz
Update cpuflags to 0.95. Approved by the maintainer.
Change: - Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email.
Diffstat (limited to 'devel')
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/cpuflags.NetBSD3
2 files changed, 4 insertions, 3 deletions
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' ;;