Subject: CVS commit: pkgsrc/devel/cpuflags
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 04/01/2004 19:37:59
Module Name: pkgsrc
Committed By: abs
Date: Thu Apr 1 19:37:59 UTC 2004
Modified Files:
pkgsrc/devel/cpuflags: Makefile
pkgsrc/devel/cpuflags/files: cpuflags.NetBSD
Log Message:
Update cpuflags to 0.64:
- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht
- Digital AlphaPC 164SX. Thanks to HATANO Hiromichi.
- Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen
- Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus
- Handle converting flags for old gcc versions recursively. Most
excessive case would be using cpuflags on a k6-3 win gcc 2.89 which
would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 pkgsrc/devel/cpuflags/Makefile
cvs rdiff -r1.45 -r1.46 pkgsrc/devel/cpuflags/files/cpuflags.NetBSD
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.