Re: [PATCH] configure: Re-disable building cross-gdbserver

2020-02-13 Thread Maciej W. Rozycki
On Wed, 12 Feb 2020, Pedro Alves wrote: > > That's actually quite similar to what I considered first, before I > > changed my mind. Whatever. > > Doing it in gdbserver/ has the advantage that it stays under gdbserver's > control, so it doesn't need syncing code with the gcc tree. I know of at

Re: [PATCH] configure: Re-disable building cross-gdbserver

2020-02-12 Thread Pedro Alves
On 2/11/20 9:01 PM, Maciej W. Rozycki wrote: > On Tue, 11 Feb 2020, Tom Tromey wrote: > >> Maciej> Correct fallout from commit 919adfe84092 ("Move gdbserver to top >> level") >> Maciej> and revert to not building `gdbserver' in a cross-configuration, >> that is >> Maciej> where host != target,

Re: [PATCH] configure: Re-disable building cross-gdbserver

2020-02-11 Thread Maciej W. Rozycki
On Tue, 11 Feb 2020, Tom Tromey wrote: > Maciej> Correct fallout from commit 919adfe84092 ("Move gdbserver to top > level") > Maciej> and revert to not building `gdbserver' in a cross-configuration, that > is > Maciej> where host != target, matching the documented behaviour. We have no > way

Re: [PATCH] configure: Re-disable building cross-gdbserver

2020-02-11 Thread Tom Tromey
> "Maciej" == Maciej W Rozycki writes: Maciej> Correct fallout from commit 919adfe84092 ("Move gdbserver to top level") Maciej> and revert to not building `gdbserver' in a cross-configuration, that is Maciej> where host != target, matching the documented behaviour. We have no way Macie

[PATCH] configure: Re-disable building cross-gdbserver

2020-02-08 Thread Maciej W. Rozycki
Correct fallout from commit 919adfe84092 ("Move gdbserver to top level") and revert to not building `gdbserver' in a cross-configuration, that is where host != target, matching the documented behaviour. We have no way to support non-native `gdbserver', and native `gdbserver' is usually of no u