On Tue, Apr 12, 2022 at 06:42:20PM +0100, Jonathan Wakely wrote: > On Tue, 12 Apr 2022 at 18:32, Steve Kargl wrote: > > Well, I determined what the problem is. On FreeBSD, > > GNU make is gmake. make(1) on FreeBSD is BSD make. > > > > % gmake -j7 check-c > > > > Does not pass down the name of the invoking command > > to sub-make jobs. > > That suggests some makefile is using 'make' directly, not using > $(MAKE). But if that was the case, then setting MAKE in the > environment wouldn't help either. > > What version of gmake do you have?
% gmake --version GNU Make 4.3 Built for amd64-portbld-freebsd13.0 It's the version from FreeBSD port collection. I just started a new bootstrap with LTO enabled without any patches in my gcc tree to try to get a baseline. It will take a bit. -- Steve