pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpuflags Remove an obvious left over from a test...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/459985f290f5
branches:  trunk
changeset: 476403:459985f290f5
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Jun 09 20:51:10 2004 +0000

description:
Remove an obvious left over from a test.  Fixes PR 25880.

diffstat:

 devel/cpuflags/Makefile              |  4 ++--
 devel/cpuflags/files/cpuflags.NetBSD |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 0e5126a58af0 -r 459985f290f5 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Wed Jun 09 20:47:20 2004 +0000
+++ b/devel/cpuflags/Makefile   Wed Jun 09 20:51:10 2004 +0000
@@ -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 -r 0e5126a58af0 -r 459985f290f5 devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD      Wed Jun 09 20:47:20 2004 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD      Wed Jun 09 20:51:10 2004 +0000
@@ -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 @@
        *586-class*)                    FLAGS='-march=pentium'          ;;
        *686-class*)                    FLAGS='-march=pentiumpro'       ;;
     esac
-    FLAGS='-march=pentium3 -mno-sse'
     ;;
 
     m68k) case $hw_model in                               # Examples



Home | Main Index | Thread Index | Old Index