>>>>> "Maciej" == Maciej W Rozycki <[email protected]> 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
Maciej> to support non-native `gdbserver', and native `gdbserver' is usually of
Maciej> no use with cross-GDB of the chosen host.
Pedro had a different way to do this, that keeps the decision under
gdbserver's control:
https://sourceware.org/ml/gdb-patches/2020-02/msg00383.html
Also note that I haven't sent the top-level configury patches upstream
to gcc yet. I am going to do this all at once, at the end. I think
there's one more patch that will be needed, once gdbserver depends on
the top-level gdbsupport.
Tom