Subject: CVS commit: pkgsrc/devel/cpuflags
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 05/29/2003 11:45:50
Module Name:	pkgsrc
Committed By:	abs
Date:		Thu May 29 11:45:50 UTC 2003

Modified Files:
	pkgsrc/devel/cpuflags: Makefile PLIST
	pkgsrc/devel/cpuflags/files: cpuflags.1 cpuflags.NetBSD cpuflags.mk
Added Files:
	pkgsrc/devel/cpuflags/files: optimize_gcc.mk

Log Message:
Update cpuflags to 0.42:
    - Add some additional x86 flags for gcc 3.x
    - Allow the path to cc to be specified as an argument to cpuflags
    - Use both the previous to handle the gcc3 package
    - Add an 'unsupported' optimize_gcc.mk which... to quote its comments:
       "This file is 'experimental' - which is doublespeak for unspeakably
	ugly, and probably quite broken by design.
	The intention is to pass additional flags to gcc to further optimise
	generated code. It _will_ make it impossible to debug, may fail to
	compile some code, and even generate curdled binaries. It is completely
	unsupported. Any questions should be directed to <abs@netbsd.org>.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/devel/cpuflags/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/cpuflags/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/cpuflags/files/cpuflags.1
cvs rdiff -r1.34 -r1.35 pkgsrc/devel/cpuflags/files/cpuflags.NetBSD
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/cpuflags/files/cpuflags.mk
cvs rdiff -r0 -r1.1 pkgsrc/devel/cpuflags/files/optimize_gcc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.