Re: driver: error for nonexistent linker inputs [PR 98943]

2021-02-04 Thread Joseph Myers
On Thu, 4 Feb 2021, Nathan Sidwell wrote: > We used to check all unknown input files, even when passing them to a > compiler. But that caused problems. However, not erroring out on > non-existent would-be-linker inputs confuses configure machinery that > probes the compiler to see if it ac

driver: error for nonexistent linker inputs [PR 98943]

2021-02-04 Thread Nathan Sidwell
We used to check all unknown input files, even when passing them to a compiler. But that caused problems. However, not erroring out on non-existent would-be-linker inputs confuses configure machinery that probes the compiler to see if it accepts various inputs. This restores the access check fo