diff options
author | abs <abs@pkgsrc.org> | 2003-05-29 11:46:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-05-29 11:46:18 +0000 |
commit | 38d1dcb8f8106fbf4e9ecd286012d903da12135b (patch) | |
tree | 7750b59a851ecb8e199d52a1f06e4039e85eb2c3 /doc | |
parent | 248b94602f6ee2e113f0cd20b2de43b0945947c3 (diff) | |
download | pkgsrc-38d1dcb8f8106fbf4e9ecd286012d903da12135b.tar.gz |
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>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6e5fb40b47a..c1a52949389 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2353 2003/05/29 01:06:44 itojun Exp $ +$NetBSD: CHANGES,v 1.2354 2003/05/29 11:46:18 abs Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2194,3 +2194,4 @@ Changes to the packages collection and infrastructure in 2003: Updated gzip to 1.2.4anb1 [salo 2003-05-28] Updated apr to 0.9.4.2.0.46 [itojun 2003-05-29] Updated apache2 to 2.0.46 [itojun 2003-05-29] + Updated cpuflags to 0.42 [abs 2003-05-29] |