crossgcc: Update MPFR to version 4.1.0
Changes: https://www.mpfr.org/mpfr-current/#changes Change-Id: I1df2c952229056b44d4c618cebe774ea27b55bd1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43360 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e541268b0a
commit
150c438334
|
@ -34,7 +34,7 @@ THREADS=1
|
|||
|
||||
# GCC toolchain version numbers
|
||||
GMP_VERSION=6.2.0
|
||||
MPFR_VERSION=4.0.2
|
||||
MPFR_VERSION=4.1.0
|
||||
MPC_VERSION=1.1.0
|
||||
GCC_VERSION=8.3.0
|
||||
GCC_AUTOCONF_VERSION=2.69
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
52c1f2a4c9a202f46cf3275a8d46b562aa584208 tarballs/mpfr-4.0.2.tar.xz
|
|
@ -0,0 +1 @@
|
|||
159c3a58705662bfde4dc93f2617f3660855ead6 tarballs/mpfr-4.1.0.tar.xz
|
Loading…
Reference in New Issue