]> sourceware.org Git - glibc.git/commitdiff
Use --disable-gdbserver in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2020 22:17:59 +0000 (22:17 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2020 22:17:59 +0000 (22:17 +0000)
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

index 3625e667a960d52027c728e15ea893a770afbd0f..6add364720e1dc3f9cd972612a9ff3b57bb3d4b4 100755 (executable)
@@ -1290,6 +1290,7 @@ class Config(object):
         cmdlist.use_path(self.bindir)
         self.build_cross_tool(cmdlist, 'binutils', 'binutils',
                               ['--disable-gdb',
+                               '--disable-gdbserver',
                                '--disable-libdecnumber',
                                '--disable-readline',
                                '--disable-sim'])
This page took 0.038935 seconds and 5 git commands to generate.