On Thu, Nov 19, 2020 at 12:55:42PM +0100, Eric Botcazou wrote: > > * Make-lang.in (d.serial): New goal. > > (.PHONY): Add d.serial d.prev. > > (d21$(exeext)): Depend on d.prev. Call LINK_PROGRESS. > > This seems to cause the binaries to be always relinked, for example from the > gcc/ directory of the build tree: > > make > [relink of gnat1, brig1, cc1plus, d21, f951, go1, lto1, ...] > make > [relink of gnat1, brig1, cc1plus, d21, f951, go1, lto1, ...]
Does it? Only with --enable-link-serialization, or without that too? Will have a look. Jakub