diff options
author | salo <salo@pkgsrc.org> | 2003-06-03 20:41:15 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-03 20:41:15 +0000 |
commit | 0f14f2ef647b4add139b632f0814a745261a7927 (patch) | |
tree | 9f134d8233e9dfeca565ffb6a17b3c2be982cadc /devel/cpuflags | |
parent | f9edffadd6657d45f5a8a4084fd4b3b60c79ec41 (diff) | |
download | pkgsrc-0f14f2ef647b4add139b632f0814a745261a7927.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/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/cpuflags.NetBSD | 3 |
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 |