diff options
author | abs <abs@pkgsrc.org> | 2004-08-04 11:39:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-08-04 11:39:43 +0000 |
commit | 876cf499e835e9b29270ba2f9e86f0b175391bdc (patch) | |
tree | b5ff584261995bf3c4eeb90fd5ebb9d8a59ecc52 /doc | |
parent | e820febb122f671bea40650b315e40de4a65a050 (diff) | |
download | pkgsrc-876cf499e835e9b29270ba2f9e86f0b175391bdc.tar.gz |
Update cpuflags to 0.75
- all:
Implement 'cpuflags -v' which indicates the values used to determine flags
Sync the latest fixup options for older gccs
- cpuflags.NetBSD:
Use -march=pentium3m and -march=pentium4m for gcc 3.4.x
Set -mcpu=hypersparc for RT620/625 and -mcpu=cypress for L64811
- cpuflags.Linux:
Handle two different Celeron cases (thanks to Marc Recht & Jeremy C. Reed)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 9740ce155c1..bc223338fdd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6788 2004/08/04 11:20:39 wiz Exp $ +$NetBSD: CHANGES,v 1.6789 2004/08/04 11:41:37 abs Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3718,3 +3718,5 @@ Changes to the packages collection and infrastructure in 2004: Updated apache-ant to 1.6.2 [recht 2004-08-04] Updated analog to 5.32nb1 [tron 2004-08-04] Updated libxml2 to 2.6.11nb1 [wiz 2004-08-04] + Updated cpuflags to 0.75 [abs 2004-08-04] + |