Skip to content

Commit

Permalink
crossgcc: Upgrade MPFR from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Change-Id: I1fb3630bf5e8a56ddcf6102faffde568134accc9
Signed-off-by: Elyes Haouas <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77375
Reviewed-by: Martin L Roth <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
  • Loading branch information
ElyesH committed Aug 31, 2023
1 parent e54c13e commit f3ae1a1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Documentation/releases/coreboot-4.22-relnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion util/crossgcc/buildgcc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion util/crossgcc/sum/mpfr-4.2.0.tar.xz.cksum

This file was deleted.

1 change: 1 addition & 0 deletions util/crossgcc/sum/mpfr-4.2.1.tar.xz.cksum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31ffb4244cb469e2b4937cce1f50150300971dfb tarballs/mpfr-4.2.1.tar.xz

0 comments on commit f3ae1a1

Please sign in to comment.