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>
This commit is contained in:
parent
e54c13e13c
commit
f3ae1a1209
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
4f734ca3ebceac28e2f944b131a47133b19e2c5e tarballs/mpfr-4.2.0.tar.xz
|
|
@ -0,0 +1 @@
|
|||
31ffb4244cb469e2b4937cce1f50150300971dfb tarballs/mpfr-4.2.1.tar.xz
|
Loading…
Reference in New Issue