summaryrefslogtreecommitdiff
path: root/mk/get-win32-tarballs.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump Windows toolchainBen Gamari2023-02-031-1/+1
| | | | Updates to LLVM 14, hopefully fixing #21964.
* get-win32-tarballs: Drop i686 architectureBen Gamari2022-04-221-2/+2
| | | | | | As of #18487 we no longer support 32-bit Windows. Fixes #21372.
* Windows/Clang: Build system adaptationBen Gamari2022-04-061-1/+1
| | | | | | | | | | * 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.
* hadrian: Fully implement source distributions (#19317)Zubin Duggal2022-01-111-2/+11
| | | | | | 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.
* Bump win32-tarballs version to 0.3Ben Gamari2020-10-091-1/+1
| | | | This should fix #18774.
* get-win32-tarballs: Fix detection of missing tarballsBen Gamari2020-07-221-1/+3
| | | | | This fixes the error message given by configure when the user attempts to configure without first download the win32 tarballs.
* Windows: Bump Windows toolchain to 0.2Ben Gamari2020-05-301-1/+1
|
* get-win32-tarballs: Improve diagnostics outputBen Gamari2020-05-131-2/+8
|
* get-win32-tarballs: Fix base URLBen Gamari2020-05-131-1/+0
| | | | Revert a change previously made for testing purposes.
* Rework handling of win32 toolchain tarballsBen Gamari2020-02-141-0/+59