diff options
author | cube <cube@pkgsrc.org> | 2004-06-09 20:51:10 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-06-09 20:51:10 +0000 |
commit | 45368fbaf6b527cbbf9d0cdde5f6d0a2d9e5715f (patch) | |
tree | 045453eb7b8d9201c142bfcd368476d14e56aef4 /devel | |
parent | 3d1c2dfa16c968aa0fe63c922d0cf50007474f40 (diff) | |
download | pkgsrc-45368fbaf6b527cbbf9d0cdde5f6d0a2d9e5715f.tar.gz |
Remove an obvious left over from a test. Fixes PR 25880.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/cpuflags.NetBSD | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 62c0246fdf7..a6f33158f7f 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2004/06/06 22:59:29 abs Exp $ +# $NetBSD: Makefile,v 1.74 2004/06/09 20:51:11 cube Exp $ # -DISTNAME= cpuflags-0.70 +DISTNAME= cpuflags-0.71 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD index efc383ec195..0fec1971fa0 100755 --- a/devel/cpuflags/files/cpuflags.NetBSD +++ b/devel/cpuflags/files/cpuflags.NetBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: cpuflags.NetBSD,v 1.49 2004/06/06 22:59:30 abs Exp $ +# $NetBSD: cpuflags.NetBSD,v 1.50 2004/06/09 20:51:11 cube Exp $ if [ -x /sbin/sysctl ] ;then SYSCTL=/sbin/sysctl @@ -85,7 +85,6 @@ case $hw_machine_arch in *586-class*) FLAGS='-march=pentium' ;; *686-class*) FLAGS='-march=pentiumpro' ;; esac - FLAGS='-march=pentium3 -mno-sse' ;; m68k) case $hw_model in # Examples |