Sun Jul 11 21:58:52 2021 UTC ()
note that new GMP may require some cleaning.


(mrg)
diff -r1.318 -r1.319 src/UPDATING

cvs diff -r1.318 -r1.319 src/UPDATING (expand / switch to unified diff)

--- src/UPDATING 2021/04/17 04:08:32 1.318
+++ src/UPDATING 2021/07/11 21:58:52 1.319
@@ -1,34 +1,38 @@ @@ -1,34 +1,38 @@
1$NetBSD: UPDATING,v 1.318 2021/04/17 04:08:32 mrg Exp $ 1$NetBSD: UPDATING,v 1.319 2021/07/11 21:58:52 mrg Exp $
2 2
3This file (UPDATING) is intended to be a brief reference to recent 3This file (UPDATING) is intended to be a brief reference to recent
4changes that might cause problems in the build process, and a guide for 4changes that might cause problems in the build process, and a guide for
5what to do if something doesn't work. 5what to do if something doesn't work.
6 6
7For a more detailed description of the recommended way to build NetBSD 7For a more detailed description of the recommended way to build NetBSD
8using build.sh, see the BUILDING file. 8using build.sh, see the BUILDING file.
9 9
10Note that much of the advice in this UPDATING file was written before 10Note that much of the advice in this UPDATING file was written before
11build.sh existed. Nevertheless, the advice here may be useful for 11build.sh existed. Nevertheless, the advice here may be useful for
12working around specific problems with build.sh. 12working around specific problems with build.sh.
13 13
14Sections are marked with "^^^^^". After the section on "Recent changes" 14Sections are marked with "^^^^^". After the section on "Recent changes"
15are several sections containing more general information. 15are several sections containing more general information.
16 16
17See also: BUILDING, build.sh, Makefile. 17See also: BUILDING, build.sh, Makefile.
18 18
19Recent changes: 19Recent changes:
20^^^^^^^^^^^^^^^ 20^^^^^^^^^^^^^^^
21 21
 2220210711:
 23 Updated GMP sources may require cleaning in tools/gmp and/or in
 24 external/lgpl3/gmp/lib, particularly if GCC itself does not build.
 25
2220210417: 2620210417:
23 GCC 10 was enabled for several platforms. If builds fail in either 27 GCC 10 was enabled for several platforms. If builds fail in either
24 tools/gcc or external/gpl/gcc, first try cleaning those objects and 28 tools/gcc or external/gpl/gcc, first try cleaning those objects and
25 removing the $DESTDIR/usr/include/g++ subdirectory. 29 removing the $DESTDIR/usr/include/g++ subdirectory.
26 30
2720201230: 3120201230:
28 lint1/ops.c is no longer autogenerated. If this makes the build 32 lint1/ops.c is no longer autogenerated. If this makes the build
29 fail, clean $OBJDIR/tools/*lint* and $OBJDIR/usr.bin/*xlint*. 33 fail, clean $OBJDIR/tools/*lint* and $OBJDIR/usr.bin/*xlint*.
30 34
3120201016: 3520201016:
32 MIPS kernel modules have been disabled until they work. This will 36 MIPS kernel modules have been disabled until they work. This will
33 turn up in extra files in the DESTDIR, which should be cleaned. 37 turn up in extra files in the DESTDIR, which should be cleaned.
34 38