diff options
author | Richard Biener <rguenther@suse.de> | 2021-05-17 08:51:03 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-05-17 08:56:28 +0200 |
commit | 2ec80a3457a1be57736a70007d4851e676bce7e8 (patch) | |
tree | 3fa3c126e6e5f48556120ff27ffcf8ad5495b23f /contrib/download_prerequisites | |
parent | 52a812098a7c05adb2bc3c2ac531039cfc702e94 (diff) | |
download | gcc-2ec80a3457a1be57736a70007d4851e676bce7e8.tar.gz |
Update mpfr version to 3.1.6
This updates the mpfr version to 3.1.6 which is the last bugfix
release from the 3.1.x series and avoids printing the version
is buggy but acceptable from our configury.
2021-05-17 Richard Biener <rguenther@suse.de>
contrib/ChangeLog:
* download_prerequisites: Update mpfr version to 3.1.6.
* prerequisites.md5: Update.
* prerequisites.sha512: Likewise.
Diffstat (limited to 'contrib/download_prerequisites')
-rwxr-xr-x | contrib/download_prerequisites | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index 7d0c4b5ea8d..51e715f69e1 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -28,7 +28,7 @@ version='(unversioned)' # `contrib/prerequisites.md5` with the new checksums. gmp='gmp-6.1.0.tar.bz2' -mpfr='mpfr-3.1.4.tar.bz2' +mpfr='mpfr-3.1.6.tar.bz2' mpc='mpc-1.0.3.tar.gz' isl='isl-0.18.tar.bz2' |