diff options
| author | dholland <dholland@NetBSD.org> | 2016-04-16 19:47:45 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2016-04-16 19:47:45 +0000 |
| commit | 430737d7a77de8315bef545c23bb84d41f38a910 (patch) | |
| tree | a1d9d2fe173d82f4ea45c3f5d6c2974247b2d16d /UPDATING | |
| parent | d32f61d1fd8cba3f2ca9b6730bbf899cc8d3eebb (diff) | |
Note that deleting objdirs (not just cleandir) may be necessary for the
gcc update.
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
