aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2022-03-21 11:03:50 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-22 07:55:36 +0000
commit64d08c5039185e2afa743b696287b9a23e55a7a1 (patch)
treec3462c72d3a08282a26ae41401650580e3c5df82 /coin
parent0420b8e8d262e85b8698697bbfc95e90ebf84641 (diff)
Update MinGW 11.2.0 to rev3
Revision 3 updates gdb to version 11.2.0. This is not necessarily needed for building, but I think it's better to have the same toolchain as the Qt SDK. Task-number: QTBUG-101653 Change-Id: I92a319a943d18ec10e5e0da3cd770ba7cde26f13 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c76e26a5fa94777a426cfdcedc78cc0f09df4c95) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps14
-rw-r--r--coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps14
-rw-r--r--coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps14
3 files changed, 6 insertions, 6 deletions
diff --git a/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1
index d6aaa064..e23cec73 100644
--- a/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1
+++ b/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw1120_64.ps1
@@ -3,9 +3,9 @@
# This script will install 64-bit MinGW 11.2.0
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
-$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1"
+$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
-$sha1 = "76bbfd135633d3d414e06cd7bf70cae94d2311db"
+$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
InstallMinGW $release $sha1
diff --git a/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1
index d6aaa064..e23cec73 100644
--- a/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1
+++ b/coin/provisioning/qtci-windows-10_21H2-x86_64/09-install-mingw1120_64.ps1
@@ -3,9 +3,9 @@
# This script will install 64-bit MinGW 11.2.0
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
-$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1"
+$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
-$sha1 = "76bbfd135633d3d414e06cd7bf70cae94d2311db"
+$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
InstallMinGW $release $sha1
diff --git a/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1 b/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1
index 921bf23b..e23cec73 100644
--- a/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1
+++ b/coin/provisioning/qtci-windows-11_21H2-x86_64/09-install-mingw1120_64.ps1
@@ -3,9 +3,9 @@
# This script will install 64-bit MinGW 11.2.0
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
-$release = "mingw-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1"
+$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
-$sha1 = "5554791dc13468bf44e2e519c6691f2deecd000c"
+$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
InstallMinGW $release $sha1