9 Commits
Author SHA1 Message Date
Takumi Sueda d11d956452 Add aarch64 build and upload / strip binary 2022-10-26 17:51:12 +09:00
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
Max Kellermann 0397fb9dcc build.sh: add --target option
Just in case somebody wants to build a x86 WinCE compiler.
2020-04-07 13:25:11 +02:00
Max Kellermann a601727142 build.sh: fix typo 2020-03-23 19:54:34 +01:00
Max Kellermann 6076938402 build.sh: fix ${BASE_DIRECTORY} after moving the script
This should have been in commit
328e77aced
2018-10-22 23:15:34 +02:00
Max Kellermann de47d85298 build.sh: .svn to .git 2018-10-22 22:56:29 +02:00
Max Kellermann ed5a146f31 build.sh: more out-of-tree build instructions 2018-10-22 22:54:29 +02:00
Max Kellermann b3b2b77366 build.sh: default to --prefix=/opt/cegcc 2018-10-22 22:52:55 +02:00
Max Kellermann 328e77aced build-arm-mingw32ce/build-mingw32ce.sh: move to ./build.sh 2018-10-22 22:51:27 +02:00