| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
As of #18487 we no longer support 32-bit Windows.
Fixes #21372.
|
|
|
|
|
|
|
|
|
|
| |
* Bump win32-tarballs to 0.7
* Move Windows toolchain autoconf logic into separate file
* Use clang and LLVM utilities as described in #21019
* Disable object merging as lld doesn't support -r
* Drop --oformat=pe-bigobj-x86-64 arguments from ld flags as LLD detects
that the output is large on its own.
* Drop gcc wrapper since Clang finds its root fine on its own.
|
|
|
|
|
|
| |
We use `git ls-files` to get the list of files to include in the source distribution.
Also implements the `-testsuite` and `-extra-tarballs` distributions.
|
|
|
|
| |
This should fix #18774.
|
|
|
|
|
| |
This fixes the error message given by configure when the user
attempts to configure without first download the win32 tarballs.
|
| |
|
| |
|
|
|
|
| |
Revert a change previously made for testing purposes.
|
|
|