summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorsalo <salo>2003-06-03 20:41:15 +0000
committersalo <salo>2003-06-03 20:41:15 +0000
commit31f1b2c7cfa8d1dff0ab63f1c056731ea86d7c1f (patch)
tree9f134d8233e9dfeca565ffb6a17b3c2be982cadc /devel/cpuflags
parent522c2a3fb9ddecbf266496d448c69dafeb3532dd (diff)
downloadpkgsrc-31f1b2c7cfa8d1dff0ab63f1c056731ea86d7c1f.tar.gz
Version 0.44.
Convert -march=athlon for older gccs to -march=pentiumpro. Addresses PR pkg/21766 by Marc Recht. XXX: the conversion mechanism is suboptimal, it can't handle recursive conversions.
Diffstat (limited to 'devel/cpuflags')
-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 0f9897e66bc..244a1d98f68 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2003/06/03 10:17:48 salo Exp $
+# $NetBSD: Makefile,v 1.46 2003/06/03 20:41:15 salo Exp $
#
-DISTNAME= cpuflags-0.43
+DISTNAME= cpuflags-0.44
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD
index 78f353efc34..71b0f98a710 100755
--- a/devel/cpuflags/files/cpuflags.NetBSD
+++ b/devel/cpuflags/files/cpuflags.NetBSD
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.36 2003/06/03 10:17:48 salo Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.37 2003/06/03 20:41:16 salo Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -168,6 +168,7 @@ if [ -n "$FLAGS" ]; then
3.2 -march=pentium2 -march=pentiumpro
3.2 -march=pentium3 -march=pentiumpro
3.2 -march=pentium4 -march=pentiumpro
+3.0 -march=athlon -march=pentiumpro
EOD
`
fi