diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-06 21:38:23 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-01-31 13:50:18 +0000 |
commit | 2c1511a461cd6dde750090e0337bf3f893710dc1 (patch) | |
tree | 06604131acb2a6099a3cc28278b3c8d712d83cf6 /util/crossgcc/buildgcc | |
parent | d15a9f9b342e5226be67b6d43e68389d871f7f84 (diff) |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index a526b50c08..0f5a70a27b 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 |