crossgcc: Upgrade mpfr from 4.1.1 to 4.2.0
Changes: https://www.mpfr.org/mpfr-current/#changes Change-Id: Ife757d7a8247c11338ca795109044cdccdf86733 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71722 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
d15a9f9b34
commit
2c1511a461
|
@ -35,7 +35,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
|
|||
|
||||
# GCC toolchain version numbers
|
||||
GMP_VERSION=6.2.1
|
||||
MPFR_VERSION=4.1.1
|
||||
MPFR_VERSION=4.2.0
|
||||
MPC_VERSION=1.3.1
|
||||
GCC_VERSION=11.2.0
|
||||
BINUTILS_VERSION=2.37
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2355e921d6c97c898cfe7a57dd7e72725f1fded4 tarballs/mpfr-4.1.1.tar.xz
|
|
@ -0,0 +1 @@
|
|||
4f734ca3ebceac28e2f944b131a47133b19e2c5e tarballs/mpfr-4.2.0.tar.xz
|
Loading…
Reference in New Issue