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/Makefile | |
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/Makefile')
-rw-r--r-- | devel/cpuflags/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |