summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2016-04-16 19:47:45 +0000
committerdholland <dholland@NetBSD.org>2016-04-16 19:47:45 +0000
commit430737d7a77de8315bef545c23bb84d41f38a910 (patch)
treea1d9d2fe173d82f4ea45c3f5d6c2974247b2d16d /UPDATING
parentd32f61d1fd8cba3f2ca9b6730bbf899cc8d3eebb (diff)
Note that deleting objdirs (not just cleandir) may be necessary for the
gcc update.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8dd179c6fdb..8efd30f5786 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.268 2016/04/16 18:28:22 riastradh Exp $
+$NetBSD: UPDATING,v 1.269 2016/04/16 19:47:45 dholland Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -40,6 +40,8 @@ Recent changes:
20160401:
Ports switching to GCC 5.3 will need a full "make cleandir".
+ Some people have found that cleandir is not sufficient, so if
+ in doubt delete the entire object directory tree for gcc.
20160306:
NetBSD's regexp implementation is now part of libnbcompat.