[PATCH] improve error when /usr/include isn't found [PR90835]

2023-08-18 Thread Eric Gallager via Gcc-patches
This is a pretty simple patch that ought to help Darwin users understand better why their build is failing when they forget to pass the --with-sysroot= flag to configure. gcc/ChangeLog: PR target/90835 * Makefile.in: improve error message when /usr/include is missing ---

[PATCH] improve error when /usr/include isn't found [PR90835]

2023-08-18 Thread Eric Gallager via Gcc-patches
This is a pretty simple patch that ought to help Darwin users understand better why their build is failing when they forget to pass the --with-sysroot= flag to configure. gcc/ChangeLog: PR target/90835 * Makefile.in: improve error message when /usr/include is missing ---

Re: [PATCH] improve error when /usr/include isn't found [PR90835]

2023-08-19 Thread Jeff Law via Gcc-patches
On 8/17/23 12:59, Eric Gallager via Gcc-patches wrote: Subject: [PATCH] improve error when /usr/include isn't found [PR90835] From: Eric Gallager via Gcc-patches Date: 8/17/23, 12:59 To: gcc-patches@gcc.gnu.org CC: ia...@gcc.gnu.org, Eric Gallager This is a pretty simple patch that

Re: [PATCH] improve error when /usr/include isn't found [PR90835]

2023-08-19 Thread Eric Gallager via Gcc-patches
adn't gone through properly...) On Sat, Aug 19, 2023 at 4:11 PM Jeff Law wrote: > > > > On 8/17/23 12:59, Eric Gallager via Gcc-patches wrote: > > Subject: > > [PATCH] improve error when /usr/include isn't found [PR90835] > > From: > > Eric Gal