1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-21 11:55:43 +02:00

MinGW toolchain refresh

This commit is contained in:
sfan5
2023-12-13 12:54:44 +01:00
parent 91ba02449b
commit 5d3e830176
6 changed files with 54 additions and 50 deletions

View File

@@ -6,8 +6,11 @@ if [[ -z "$1" || -z "$2" ]]; then
exit 1
fi
ver=11.2.0
os=ubuntu20.04
# our current toolchain:
# binutils 2.41 + GCC 13.2.0 + Mingw-w64 11.0.1 with UCRT enabled and winpthreads support
# built from source on Ubuntu 22.04, so should work on any similarily up-to-date distro
ver=13.2.0
os=ubuntu22.04
name="mingw-w64-${1}_${ver}_${os}.tar.xz"
wget "http://minetest.kitsunemimi.pw/$name" -O "$name"
sha256sum -w -c <(grep -F "$name" "$topdir/sha256sums.txt")