Patrick Georgi merged this change.

View Change

Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
crossgcc: Update MPFR to version 4.0.2

Change-Id: I5569e61c2a3a64cf353afe3195eca82709362305
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31218
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum
A util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 019b011..c19b766 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -48,7 +48,7 @@

# GCC toolchain version numbers
GMP_VERSION=6.1.2
-MPFR_VERSION=4.0.1
+MPFR_VERSION=4.0.2
MPC_VERSION=1.1.0
GCC_VERSION=8.2.0
GCC_AUTOCONF_VERSION=2.69
diff --git a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum
deleted file mode 100644
index 99c17b0..0000000
--- a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-ae555c56a6fccd21a0ffe3dd3bdc5eb5cc1a5fce tarballs/mpfr-4.0.1.tar.xz
diff --git a/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum
new file mode 100644
index 0000000..62ede96
--- /dev/null
+++ b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum
@@ -0,0 +1 @@
+52c1f2a4c9a202f46cf3275a8d46b562aa584208 tarballs/mpfr-4.0.2.tar.xz

To view, visit change 31218. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5569e61c2a3a64cf353afe3195eca82709362305
Gerrit-Change-Number: 31218
Gerrit-PatchSet: 3
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged