diff options
author | abs <abs> | 2005-03-22 08:17:26 +0000 |
---|---|---|
committer | abs <abs> | 2005-03-22 08:17:26 +0000 |
commit | 1ffe1cabeb9c48897298b4a39b809bcaf66e3962 (patch) | |
tree | 681ee1ad3b5e275971b4d61de7025326ef640626 | |
parent | 534375e96aec9cbe104efb58ce82ec9fde65f432 (diff) | |
download | pkgsrc-1ffe1cabeb9c48897298b4a39b809bcaf66e3962.tar.gz |
Update to cpuflags 0.83 - match all VIA C3 CPUs
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/cpuflags.NetBSD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index cf0972e9ae3..1d36d602402 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2005/02/18 17:20:38 abs Exp $ +# $NetBSD: Makefile,v 1.86 2005/03/22 08:17:26 abs Exp $ # -DISTNAME= cpuflags-0.82 +DISTNAME= cpuflags-0.83 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD index 7aed4f4250e..ab41e5f8510 100755 --- a/devel/cpuflags/files/cpuflags.NetBSD +++ b/devel/cpuflags/files/cpuflags.NetBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: cpuflags.NetBSD,v 1.58 2004/12/22 15:12:18 abs Exp $ +# $NetBSD: cpuflags.NetBSD,v 1.59 2005/03/22 08:17:26 abs Exp $ PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH AWK=awk @@ -72,7 +72,7 @@ case $hw_machine_arch in *Intel\ Pentium\ M\ *) FLAGS='-march=pentium3m' ;; *Intel\ Mobile\ Pentium\ 4\ *) FLAGS='-march=pentium4m' ;; *Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;; - *VIA\ C3*\ Samuel*) FLAGS='-march=c3' ;; + *VIA\ C3*\ *) FLAGS='-march=c3' ;; *AMD\ K6-III*) FLAGS='-march=k6-3' ;; *AMD\ K6-2*) FLAGS='-march=k6-2' ;; *AMD\ K6*) FLAGS='-march=k6' ;; |