build.sh: explicitly disable GDB unit tests

These are disabled by default when `development=false`, which is set
by `binutils/bfd/development.sh`.  However, while `gdb/configure.ac`
includes this file, `gdbsupport/configure.ac` does not, and thus the
two disagree on whether unit tests shall be built.  This causes linker
failures due to missing symbols.

By explicitly disabling the unit tests (or enabling them), both
`configure` scripts agree on the setting and the build succeeds.
Since we don't run the unit tests (and this is not a gdb development
build), we should simply disable them.

Closes https://github.com/MaxKellermann/cegcc-build/issues/6
This commit is contained in:
Max Kellermann 2020-04-07 16:56:17 +02:00
parent 0397fb9dcc
commit 392b058298
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ build_binutils()
echo ""
echo ""
configure_host_module binutils binutils \
--disable-unit-tests \
--disable-nls \
--disable-werror