diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-22 18:04:52 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-31 16:14:30 +0000 |
commit | f3ae1a120973da374ecbd2488b56b6a8fbbc82b5 (patch) | |
tree | 5636a3b033803e2e7a443518ba40fd4d0ef3c4b1 | |
parent | e54c13e13cb1636f697187a844af9350974330a3 (diff) |
crossgcc: Upgrade MPFR from 4.2.0 to 4.2.1
Change-Id: I1fb3630bf5e8a56ddcf6102faffde568134accc9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77375
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/releases/coreboot-4.22-relnotes.md | 1 | ||||
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/sum/mpfr-4.2.0.tar.xz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/mpfr-4.2.1.tar.xz.cksum | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/releases/coreboot-4.22-relnotes.md b/Documentation/releases/coreboot-4.22-relnotes.md index d4da9bfaa1..a6beccc0af 100644 --- a/Documentation/releases/coreboot-4.22-relnotes.md +++ b/Documentation/releases/coreboot-4.22-relnotes.md @@ -23,6 +23,7 @@ Update this document with changes that should be in the release notes. * Upgrade GMP from 6.2.1 to 6.3.0 * Upgrade binutils from 2.40 to 2.41 +* Upgrade MPFR from 4.2.0 to 4.2.1 ### Additional coreboot changes diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 56c839fda9..ebc9fcb49a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -36,7 +36,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources" # GCC toolchain version numbers GMP_VERSION=6.3.0 -MPFR_VERSION=4.2.0 +MPFR_VERSION=4.2.1 MPC_VERSION=1.3.1 GCC_VERSION=11.4.0 BINUTILS_VERSION=2.41 diff --git a/util/crossgcc/sum/mpfr-4.2.0.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.2.0.tar.xz.cksum deleted file mode 100644 index 4a67091fad..0000000000 --- a/util/crossgcc/sum/mpfr-4.2.0.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -4f734ca3ebceac28e2f944b131a47133b19e2c5e tarballs/mpfr-4.2.0.tar.xz diff --git a/util/crossgcc/sum/mpfr-4.2.1.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.2.1.tar.xz.cksum new file mode 100644 index 0000000000..b74dc6257e --- /dev/null +++ b/util/crossgcc/sum/mpfr-4.2.1.tar.xz.cksum @@ -0,0 +1 @@ +31ffb4244cb469e2b4937cce1f50150300971dfb tarballs/mpfr-4.2.1.tar.xz |