NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/54581: Issues building NetBSD-9 under NetBSD-5.2



	hello Robert.  In continuing to try and build netbsd-9 under
NetBSD-5.2, I've run into one of these compiler options that gcc 4.1
doesn't like and which you committed about a year ago to the tree.  I
wonder if there is another way to  get the same functionality, without
having to get the older version of gcc bunched up?


file you committed to:
/external/bsd/mdocml/bin/mandoc/Makefile

Commit message:
revision 1.15
date: 2018-08-16 03:59:52 +0000;  author: kre;  state: Exp;  lines: +6 -2;
comm
itid: QkqVURZoER2OtiOA;

man_term.c needs -Wno-error=array-bounds for the exact same reason
as libmandoc/mandoc-validate.c

And as we do not have recallocarray() in libc, we need the compat
source file for the full build, as well as for tools builds.
----------------------------



Home | Main Index | Thread Index | Old Index