Hi Folks > On 19 Sep 2021, at 23:41, Iain Sandoe <idsan...@googlemail.com> wrote: > >> On 19 Sep 2021, at 16:10, Jeff Law via Gcc-patches <gcc-patches@gcc.gnu.org> >> wrote: >> >> On 8/4/2021 12:21 PM, John Ericson wrote: >>> The helper is for `--print-prog-name` and similar things. Since all >>> executable finding goes through it, we can move the default overrides >>> into that path too. This also ensures that if some is looking for a >>> *non*-program that called `as`, `ld`, etc., weird things don't happen. >>> --- >>> gcc/gcc.c | 59 ++++++++++++++++++++++++++++++++----------------------- >>> 1 file changed, 34 insertions(+), 25 deletions(-) >> Thanks. I added a ChangeLog entry and pushed this to the trunk. > > This doesn’t appear to have been tested with —with-{as,ld,dsymutil}= where > bootstrap fails since ‘mode' is undefined in the reorganised code. > > I’m testing the patch below and will apply it if all goes OK,
https://gcc.gnu.org/pipermail/gcc-cvs/2021-September/353756.html Iain