diff options
author | kan <kan@FreeBSD.org> | 2004-07-29 17:51:32 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2004-07-29 17:51:32 +0000 |
commit | af4709187f48022b3daefa6ba57d11932771246c (patch) | |
tree | d19aae2274b9266d802ef5b4c76085688d280bd4 /UPDATING | |
parent | 9a542a9eaedca20ebe2f8100eced503b53285d6d (diff) | |
download | FreeBSD-src-af4709187f48022b3daefa6ba57d11932771246c.zip FreeBSD-src-af4709187f48022b3daefa6ba57d11932771246c.tar.gz |
Get the current year number straight and remove one instance of trailing
whitespace.
Time travel spoiled by: ru
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,11 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. -20030728: +20040728: System compiler has been upgraded to GCC 3.4.2-pre. As with any major compiler upgrade, there are several issues to be aware of. GCC 3.4.x has broken C++ ABI compatibility with previous releases yet again - and users will have to rebuild all their C++ programs with the new + and users will have to rebuild all their C++ programs with the new compiler. A new unit-at-a-time optimization mode, which is default in this compiler release, is more aggressive in removing unused static symbols. This is the likely cause of 'make buildworld' |