Remove an obvious left over from a test. Fixes PR 25880.
This commit is contained in:
parent
3d1c2dfa16
commit
45368fbaf6
2 changed files with 3 additions and 4 deletions
|
@ -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
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= # empty
|
MASTER_SITES= # empty
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/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
|
if [ -x /sbin/sysctl ] ;then
|
||||||
SYSCTL=/sbin/sysctl
|
SYSCTL=/sbin/sysctl
|
||||||
|
@ -85,7 +85,6 @@ case $hw_machine_arch in
|
||||||
*586-class*) FLAGS='-march=pentium' ;;
|
*586-class*) FLAGS='-march=pentium' ;;
|
||||||
*686-class*) FLAGS='-march=pentiumpro' ;;
|
*686-class*) FLAGS='-march=pentiumpro' ;;
|
||||||
esac
|
esac
|
||||||
FLAGS='-march=pentium3 -mno-sse'
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
m68k) case $hw_model in # Examples
|
m68k) case $hw_model in # Examples
|
||||||
|
|
Loading…
Reference in a new issue