On 1/11/2026 2:12 PM, John Ericson wrote:
We will use this in the subsequent patch to control what filenames we
search for.
gcc/ChangeLog:
* gcc.cc (for_each_path): Pass an additional boolean argument to
the callback specifying whether the current directly being
searched is machine-specific, as described above.
(build_search_list): Add unused parameter to lambda match new
callback type.
(find_a_file): Add unused parameter to lambda match new callback
type.
(find_a_program): Add unused parameter to lambda match new
callback type.
(spec_path::operator()): Add unused parameter to match new
callback type.
Signed-off-by: John Ericson<[email protected]>
Thanks. I've pushed this to the trunk. And yes, you can assume that
I've looked at patch #4 and I'm generally OK with it.
Jeff