Use --disable-gdbserver in build-many-glibcs.py.
commita179673f3d46e25f2a71c2a8f0c64b6d71ccaa6e
authorJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2020 22:17:59 +0000 (10 22:17 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2020 22:17:59 +0000 (10 22:17 +0000)
treee0c83b0adee3f6b13bc1a81920c0d7e52af19910
parent511c91b1144b7f32497ece3346463bb6b365f7d6
Use --disable-gdbserver in build-many-glibcs.py.

Now that binutils-gdb has gdbserver at top level, an extra
--disable-gdbserver configure option is needed when configuring
binutils from a git checkout to avoid it also building gdbserver
unnecessarily (although fairly harmlessly).  This patch updates the
options used in build-many-glibcs.py accordingly (although this might
end up not being needed depending on what happens regarding whether
gdbserver gets built for host != target).

Tested with a build-many-glibcs.py compilers build for
aarch64-linux-gnu using binutils-gdb master.
scripts/build-many-glibcs.py