Re: [PATCHv2] top-level configure: setup target_configdirs based on repository

2021-09-28 Thread Andrew Burgess
* Richard Biener [2021-09-27 10:23:50 +0200]: > On Fri, Sep 24, 2021 at 12:34 PM Andrew Burgess > wrote: > > > > * Thomas Schwinge [2021-09-23 11:29:05 +0200]: > > > > > Hi! > > > > > > I only had a curious look here; hope that's still useful. > > > > > > On 2021-09-22T16:30:42+0100, Andrew Bur

Re: [PATCHv2] top-level configure: setup target_configdirs based on repository

2021-09-27 Thread Richard Biener via Gcc-patches
On Fri, Sep 24, 2021 at 12:34 PM Andrew Burgess wrote: > > * Thomas Schwinge [2021-09-23 11:29:05 +0200]: > > > Hi! > > > > I only had a curious look here; hope that's still useful. > > > > On 2021-09-22T16:30:42+0100, Andrew Burgess > > wrote: > > > The top-level configure script is shared bet

Re: [PATCHv2] top-level configure: setup target_configdirs based on repository

2021-09-27 Thread Thomas Schwinge
Hi! On 2021-09-24T11:34:34+0100, Andrew Burgess wrote: > The V2 patch below: > > - Moves the check for gcc/ to much later in the configure script, > after we've finished building target_configdirs, > > - Makes use of skipdirs to avoid building anything from > target_configdirs if we'r

[PATCHv2] top-level configure: setup target_configdirs based on repository

2021-09-24 Thread Andrew Burgess
* Thomas Schwinge [2021-09-23 11:29:05 +0200]: > Hi! > > I only had a curious look here; hope that's still useful. > > On 2021-09-22T16:30:42+0100, Andrew Burgess > wrote: > > The top-level configure script is shared between the gcc repository > > and the binutils-gdb repository. > > > > The