Skip to content

Commit

Permalink
getMSYS2GccAsThirdParty: Added the final package needed for having ou…
Browse files Browse the repository at this point in the history
…r own separate deployment of the GCC-mingw-w64 stack. Had to hard-code most versions now, since it has become so convoluted.

In the future, if this kind of behaviour persists, we might have to create our own mate packages for pacman, so that it's easier to keep track of these things.
  • Loading branch information
wyldckat committed Aug 12, 2024
1 parent 81ae0a4 commit 4e2672d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions getMSYS2GccAsThirdParty
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ function downloadFromMSYS2Repo()

#script start ------------------------------------------------------

# Setting these version variables here... if we need to improve this in the
# future, it will have to rely on some specification files per GCC version
MSYS2_GCC_PATCH=11
MSYS2_BINUTILS_VERSION=2.39-3

PACKAGES="binutils-$MSYS2_BINUTILS_VERSION"

for package in gcc gcc-libs gcc-fortran gcc-libgfortran
Expand All @@ -103,6 +108,7 @@ for package in \
gmp-6.2.1-3 \
mpfr-4.2.0.p4-1 \
crt-git-10.0.0.r258.g530c58e17-2 \
headers-git-10.0.0.r258.g530c58e17-1 \
winpthreads-git-10.0.0.r258.g530c58e17-1 \
libwinpthread-git-10.0.0.r258.g530c58e17-1 \
windows-default-manifest-6.4-4
Expand Down

0 comments on commit 4e2672d

Please sign in to comment.