summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-05-20 13:06:24 +0000
committerrwatson <rwatson@FreeBSD.org>2002-05-20 13:06:24 +0000
commit592f5e1ad19a7db7042b4cf3e4f0b833235d6d77 (patch)
tree7eb9ed51a6cfe04b66bf9081b2180b80aea80414 /UPDATING
parent7b568b20389680e829ee7194941f8a7247f73a74 (diff)
downloadFreeBSD-src-592f5e1ad19a7db7042b4cf3e4f0b833235d6d77.zip
FreeBSD-src-592f5e1ad19a7db7042b4cf3e4f0b833235d6d77.tar.gz
Add a note that NO_WERROR is a good idea for the time being due to the
compiler upgrade. People still seem to be tripping over this.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8909183..dda94e6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
integrity. Re-enabling write caching can substantially improve
performance.
+20020520:
+ Due to a compiler upgrade, the set of warnings has changed,
+ resulting in new compile failures when -Werror is set
+ inappropriately. While the set of warnings is adjusted and
+ fixed, it is recommended that you place "NO_WERROR=yes" on
+ the make line for buildworld/buildkernel, or in /etc/make.conf
+ if appropriate.
+
20020511:
The k5su utility installed as part of Kerberos 5 is no longer
installed with the set-user-ID bit set by default. Add
OpenPOWER on IntegriCloud