Max Kellermann 392b058298 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
2020-04-07 17:18:14 +02:00
2020-03-25 17:11:08 +01:00
2020-03-23 17:33:43 +01:00
2018-03-21 12:05:04 +01:00
2018-03-21 12:05:04 +01:00
2011-10-12 10:11:15 +02:00

This is meta-repository to build entire CeGCC toolchain.

Clone this repository using::

 git clone git://github.com/MaxKellermann/cegcc-build

To build::

 cd cegcc-build
 git submodule update --init
 mkdir /tmp/cegcc-output
 cd /tmp/cegcc-output
 $OLDPWD/build.sh --prefix=/where/to/install

If you won't specify `--prefix`, it will install to
``/opt/cegcc``

To update afterwards::

 git pull
 git submodule update
 cd build
 ./build-mingw32ce.sh --prefix=/where/to/install

(After update, to get 100% clean-room, you may want to rebuild
everything from scratch.)
Description
CEGCC build scripts w/ pre-built binary for x86 Linux in Releases
Readme 64 KiB
Languages
Shell 100%