summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-06-01 14:46:04 +0000
committerchristos <christos@NetBSD.org>2020-06-01 14:46:04 +0000
commit72bd0b288534bf928b7dafbf78f8b0d2d729ed8a (patch)
tree129e1302ef6a0e27401844d8eb62c2de4e978084 /UPDATING
parent4b60f4b005e6efbbba0ed4cd5723ac71609dadd5 (diff)
Mention cleaning needed in LIBISPRIVATE directories
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 7282845f6ae..709309263d1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.307 2020/03/11 21:07:40 mrg Exp $
+$NetBSD: UPDATING,v 1.308 2020/06/01 14:46:04 christos 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
@@ -19,6 +19,10 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20200601:
+ Due to a mistake in LIBISPRIVATE handling, .so libraries were
+ created in the build directories and need cleaning.
+
20200311:
GCC 8 ports will need cleaning in src/tools/gcc and
src/external/gpl3/gcc due to GCC 8.4 update.