From f3ae1a120973da374ecbd2488b56b6a8fbbc82b5 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 22 Aug 2023 18:04:52 +0200 Subject: crossgcc: Upgrade MPFR from 4.2.0 to 4.2.1 Change-Id: I1fb3630bf5e8a56ddcf6102faffde568134accc9 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/77375 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') 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 -- cgit v1.2.3