Skip to content

Commit

Permalink
Use MinGW 8.0.0, mpfr 4.1.0, isl 0.22.1 and libelf 0.181
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Oct 22, 2020
1 parent 6698474 commit 04bf4ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mostlyportable-gcc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ _ada="false"

# Select which version to use for our toolset elements
_gmp=6.2.0
_mpfr=4.0.2
_mpfr=4.1.0
_mpc=1.1.0
_isl=0.22.1

# Optionally enable libelf (requires libmicrohttpd)
_enable_libelf="false"
_libelf=0.178
_libelf=0.181


## MISC
Expand Down
8 changes: 4 additions & 4 deletions mostlyportable-mingw.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _use_mingw_git="false"

# If _use_mingw_git="false", set to desired release version (example: "7.0.0")
# If _use_mingw_git="true", set to tag, commit, branch or empty (to use latest master)
_mingw=7.0.0
_mingw=8.0.0

# git repo to use to source gcc when _use_mingw_git="true" - default is https://git.code.sf.net/p/mingw-w64/mingw-w64
_mingw_git="https://git.code.sf.net/p/mingw-w64/mingw-w64"
Expand Down Expand Up @@ -55,15 +55,15 @@ _win32threads="false"

# Select which version to use for our toolset elements
_gmp=6.2.0
_mpfr=4.0.2
_mpfr=4.1.0
_mpc=1.1.0
_osl=0.9.2
_isl=0.22
_isl=0.22.1
_cloog=0.20.0

# Optionally enable libelf (requires libmicrohttpd)
_enable_libelf="false"
_libelf=0.178
_libelf=0.181


## MISC
Expand Down

2 comments on commit 04bf4ec

@ebiroud
Copy link

@ebiroud ebiroud commented on 04bf4ec Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MPC has a new stable version as well, have been using it for two months without any issues, at least none has occured to me. Don't know if it is frogged and if we're using it here on purpose, so I just wanted to let you know in case you haven't noticed. 😄

@Tk-Glitch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed! I was searching for clues about why it isn't yet available in Arch repos 2 months after release, but I couldn't find it. I'll dig a bit more and if nothing pops up I'll move it to 1.2.0. Thanks! 👍

Please sign in to comment.