diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-11 00:40:15 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-17 07:04:14 +0000 |
commit | 150c43833490a158be8545489f3b37344a5ece15 (patch) | |
tree | a5fe529eb4a735bef691281de71c0be234cc9f97 /util/crossgcc/buildgcc | |
parent | e541268b0a66470f3c73a01b4573ad8152ea86ed (diff) |
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>
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 10f858f773..9eecb5120d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 |