Re: [PATCH] configure: Avoid unnecessary constraints on executables for $build.

2021-10-29 Thread Richard Biener via Gcc-patches
On Thu, Oct 28, 2021 at 5:44 PM Iain Sandoe wrote: > > Hi Richard, > > > On 8 Sep 2021, at 07:35, Richard Biener wrote: > > > > On Tue, Sep 7, 2021 at 10:11 PM Iain Sandoe wrote: > >> > > >> So, looking through the various email threads and the PR, I think that > >> what has happened is : > >> >

Re: [PATCH] configure: Avoid unnecessary constraints on executables for $build.

2021-10-28 Thread Iain Sandoe
Hi Richard, > On 8 Sep 2021, at 07:35, Richard Biener wrote: > > On Tue, Sep 7, 2021 at 10:11 PM Iain Sandoe wrote: >> >> So, looking through the various email threads and the PR, I think that >> what has happened is : >> >> As the PR points out, our existing PCH model does not work if the c

Re: [PATCH] configure: Avoid unnecessary constraints on executables for $build.

2021-09-07 Thread Richard Biener via Gcc-patches
On Tue, Sep 7, 2021 at 10:11 PM Iain Sandoe wrote: > > Hi Folks, > > So, looking through the various email threads and the PR, I think that > what has happened is : > > As the PR points out, our existing PCH model does not work if the compiler > executable is PIE - which manifests on platforms lik

[PATCH] configure: Avoid unnecessary constraints on executables for $build.

2021-09-07 Thread Iain Sandoe
Hi Folks, So, looking through the various email threads and the PR, I think that what has happened is : As the PR points out, our existing PCH model does not work if the compiler executable is PIE - which manifests on platforms like Darwin (which is PIE by default) or Linux when configured —enabl