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
342fe695c3
binutils: update to 2.34
2020-03-25 17:11:08 +01:00
Max Kellermann
a601727142
build.sh: fix typo
2020-03-23 19:54:34 +01:00
Max Kellermann
c8cc9491e4
binutils: update to 2.33.1
2020-03-23 18:25:46 +01:00
Max Kellermann
272756af1e
gcc: update to 9.3.0
2020-03-23 17:33:43 +01:00
Max Kellermann
cf4015d1dd
binutils: update to 2.31.1
2018-10-23 13:51:44 +02:00
Max Kellermann
388b25dac3
gcc: update to 8.2.0
2018-10-22 23:15:34 +02: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
Max Kellermann
015e6b48b8
README.rst: suggest out-of-tree build
2018-10-22 22:50:01 +02:00
Max Kellermann
9390df540a
README.rst: combine the two git submodule calls
2018-10-22 22:30:23 +02:00
Max Kellermann
6930c06b89
gcc/libgcc/config.host: check ${target_thread_file}
...
Fixes bootstrap_gcc dependency on `windows.h`.
Closes #2
2018-10-22 22:26:29 +02:00
Max Kellermann
328b2e26ad
README.rst: update clone URL
2018-09-04 12:05:58 +02:00
Max Kellermann
c8d7f2f5cb
README: convert to reStructuredText
2018-03-21 12:06:21 +01:00
Max Kellermann
e03d3b2b62
update mingw and w32api
2018-03-21 12:05:04 +01:00
Max Kellermann
d5733d5b77
update binutils to 2.30
2018-03-21 11:19:26 +01:00
Max Kellermann
7d9c5aebb2
update gcc to 7.3.0
2018-03-21 11:19:16 +01:00
Max Kellermann
3caf1b09fc
submodules moved to GitHub
2018-03-21 11:08:11 +01:00
Max Kellermann
9f0fa29dbd
remove mingwdll
...
This was a kludge, and let's get rid of it and use only the regular
GCC libraries.
2018-03-21 11:04:15 +01:00